Home
last modified time | relevance | path

Searched refs:dp_flags (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c986 if ((cmd->dp_flags & DCOPY_CMD_LOOP) && in ioat_cmd_post()
988 (cmd->dp_flags & DCOPY_CMD_QUEUE))) { in ioat_cmd_post()
992 if ((cmd->dp_flags & DCOPY_CMD_NOWAIT) == 0) { in ioat_cmd_post()
1018 (cmd->dp_flags & DCOPY_CMD_DCA)) { in ioat_cmd_post()
1058 if (cmd->dp_flags & DCOPY_CMD_NOSRCSNP) { in ioat_cmd_post()
1061 if (cmd->dp_flags & DCOPY_CMD_NODSTSNP) { in ioat_cmd_post()
1065 if (!(cmd->dp_flags & DCOPY_CMD_NOSTAT)) { in ioat_cmd_post()
1068 if ((cmd->dp_flags & DCOPY_CMD_INTR)) { in ioat_cmd_post()
1087 if (!(cmd->dp_flags & DCOPY_CMD_QUEUE)) { in ioat_cmd_post()
1091 if (cmd->dp_flags & DCOPY_CMD_LOOP) { in ioat_cmd_post()
[all …]
H A Dioat_ioctl.c265 cmd->dp_flags = DCOPY_CMD_NOFLAGS; in ioat_ioctl_test()
289 cmd->dp_flags = DCOPY_CMD_INTR; in ioat_ioctl_test()
/titanic_44/usr/src/uts/common/sys/
H A Ddcopy.h185 uint_t dp_flags; member
/titanic_44/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c805 cmds[idx]->dp_flags = DCOPY_CMD_NOSRCSNP | DCOPY_CMD_NODSTSNP; in fipe_ioat_alloc()
809 cmds[idx]->dp_flags |= DCOPY_CMD_NOSTAT; in fipe_ioat_alloc()
811 cmds[idx]->dp_flags |= DCOPY_CMD_NOWAIT; in fipe_ioat_alloc()
814 cmds[idx]->dp_flags |= DCOPY_CMD_LOOP; in fipe_ioat_alloc()
817 cmds[idx]->dp_flags |= DCOPY_CMD_QUEUE; in fipe_ioat_alloc()
/titanic_44/usr/src/uts/common/os/
H A Dmove.c514 cmd->dp_flags = DCOPY_CMD_INTR; in uioamove()
517 cmd->dp_flags = DCOPY_CMD_NOFLAGS; in uioamove()
/titanic_44/usr/src/uts/common/io/
H A Ddcopy.c481 if ((flags & DCOPY_POLL_BLOCK) && !(cmd->dp_flags & DCOPY_CMD_INTR)) { in dcopy_cmd_poll()