Searched refs:CTL_FLAG_SERSEQ_DONE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h116 CTL_FLAG_SERSEQ_DONE = 0x20000000 /* All storage I/O started */ enumerator in enum:__anon8616
H A Dctl.c10892 if (seq && (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE))
10904 if (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE)
13278 io->io_hdr.flags |= CTL_FLAG_SERSEQ_DONE;
13282 io->io_hdr.flags |= CTL_FLAG_SERSEQ_DONE;

Completed in 124 milliseconds