Searched refs:CTL_FLAG_DMA_QUEUED (Results 1 – 3 of 3) sorted by relevance
803 if (io->io_hdr.flags & CTL_FLAG_DMA_QUEUED) { in ctlfestart()840 ((io->io_hdr.flags & CTL_FLAG_DMA_QUEUED) == 0 || in ctlfestart()902 if (io->io_hdr.flags & CTL_FLAG_DMA_QUEUED) in ctlfestart()904 io->io_hdr.flags &= ~(CTL_FLAG_DMA_QUEUED | CTL_FLAG_STATUS_QUEUED); in ctlfestart()1243 io->io_hdr.flags |= CTL_FLAG_DMA_QUEUED; in ctlfedone()1891 if (io->io_hdr.flags & CTL_FLAG_DMA_QUEUED) { in ctlfe_dump_queue()1924 io->io_hdr.flags |= CTL_FLAG_DMA_QUEUED; in ctlfe_datamove()
104 CTL_FLAG_DMA_QUEUED = 0x00800000, /* DMA queued but not started*/ enumerator
2423 if (io->io_hdr.flags & CTL_FLAG_DMA_QUEUED) in ctl_ioctl_fill_ooa()