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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c496 union ctl_io *pending_io, union ctl_io *ooa_io);
497 static ctl_action ctl_check_ooa(struct ctl_lun *lun, union ctl_io *pending_io,
10726 ctl_check_for_blockage(struct ctl_lun *lun, union ctl_io *pending_io, argument
10737 if (pending_io->io_hdr.flags & CTL_FLAG_ABORT)
10744 if ((pending_io->scsiio.tag_type == CTL_TAG_UNTAGGED)
10746 && ((pending_io->io_hdr.nexus.targ_port ==
10748 && (pending_io->io_hdr.nexus.initid ==
10765 if ((pending_io->scsiio.tag_type != CTL_TAG_UNTAGGED)
10767 && (pending_io->scsiio.tag_num == ooa_io->scsiio.tag_num)
10768 && ((pending_io
10869 ctl_check_ooa(struct ctl_lun *lun, union ctl_io *pending_io, union ctl_io **starting_io) argument
[all...]

Completed in 124 milliseconds