Lines Matching refs:ooa_io

438     union ctl_io *ooa_io);
11202 union ctl_io *ooa_io = *starting_io; in ctl_nvme_check_ooa() local
11238 if (ooa_io != NULL && in ctl_nvme_check_ooa()
11239 NVMEV(NVME_CMD_FUSE, ooa_io->nvmeio.cmd.fuse) == NVME_FUSE_FIRST) { in ctl_nvme_check_ooa()
11254 ctl_nvme_set_missing_fused_command(&ooa_io->nvmeio); in ctl_nvme_check_ooa()
11255 *aborted_io = ooa_io; in ctl_nvme_check_ooa()
11273 for (; ooa_io != NULL; in ctl_nvme_check_ooa()
11274 ooa_io = (union ctl_io *)LIST_NEXT(&ooa_io->io_hdr, ooa_links)) { in ctl_nvme_check_ooa()
11275 if (NVMEV(NVME_CMD_FUSE, ooa_io->nvmeio.cmd.fuse) == in ctl_nvme_check_ooa()
11277 *starting_io = ooa_io; in ctl_nvme_check_ooa()
11688 const uint8_t *serialize_row, union ctl_io *ooa_io) in ctl_check_for_blockage() argument
11691 CTL_IO_ASSERT(ooa_io, SCSI); in ctl_check_for_blockage()
11698 && __predict_false(ooa_io->scsiio.tag_type == CTL_TAG_UNTAGGED) in ctl_check_for_blockage()
11700 ooa_io->io_hdr.nexus.targ_port) in ctl_check_for_blockage()
11702 ooa_io->io_hdr.nexus.initid)) in ctl_check_for_blockage()
11703 && ((ooa_io->io_hdr.flags & (CTL_FLAG_ABORT | in ctl_check_for_blockage()
11719 && __predict_true(ooa_io->scsiio.tag_type != CTL_TAG_UNTAGGED) in ctl_check_for_blockage()
11720 && __predict_false(pending_io->scsiio.tag_num == ooa_io->scsiio.tag_num) in ctl_check_for_blockage()
11722 ooa_io->io_hdr.nexus.targ_port) in ctl_check_for_blockage()
11724 ooa_io->io_hdr.nexus.initid)) in ctl_check_for_blockage()
11725 && ((ooa_io->io_hdr.flags & (CTL_FLAG_ABORT | in ctl_check_for_blockage()
11751 if (__predict_false(ooa_io->scsiio.tag_type == CTL_TAG_ORDERED) || in ctl_check_for_blockage()
11752 __predict_false(ooa_io->scsiio.tag_type == CTL_TAG_HEAD_OF_QUEUE)) in ctl_check_for_blockage()
11756 if (__predict_false(ooa_io->scsiio.seridx == CTL_SERIDX_INVLD)) in ctl_check_for_blockage()
11759 switch (serialize_row[ooa_io->scsiio.seridx]) { in ctl_check_for_blockage()
11762 return (ctl_seq_check(ooa_io, pending_io)); in ctl_check_for_blockage()
11772 return (ctl_extent_check(ooa_io, pending_io, in ctl_check_for_blockage()
11796 union ctl_io *ooa_io = *starting_io; in ctl_check_ooa() local
11818 (ooa_io != NULL)) in ctl_check_ooa()
11829 for (; ooa_io != NULL; in ctl_check_ooa()
11830 ooa_io = (union ctl_io *)LIST_NEXT(&ooa_io->io_hdr, ooa_links)) { in ctl_check_ooa()
11832 ooa_io); in ctl_check_ooa()
11834 *starting_io = ooa_io; in ctl_check_ooa()