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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c398 union ctl_io *ooa_io);
9659 ctl_check_for_blockage(union ctl_io *pending_io, union ctl_io *ooa_io) argument
9669 && (ooa_io->scsiio.tag_type == CTL_TAG_UNTAGGED)
9671 ooa_io->io_hdr.nexus.targ_port)
9673 ooa_io->io_hdr.nexus.initid.id))
9674 && ((ooa_io->io_hdr.flags & CTL_FLAG_ABORT) == 0))
9689 && (ooa_io->scsiio.tag_type != CTL_TAG_UNTAGGED)
9690 && (pending_io->scsiio.tag_num == ooa_io->scsiio.tag_num)
9692 ooa_io->io_hdr.nexus.targ_port)
9694 ooa_io
9771 union ctl_io *ooa_io; local
[all...]

Completed in 112 milliseconds