Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/ctl/
HDctl.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, in ctl_check_for_blockage() argument
10737 if (pending_io->io_hdr.flags & CTL_FLAG_ABORT) in ctl_check_for_blockage()
10744 if ((pending_io->scsiio.tag_type == CTL_TAG_UNTAGGED) in ctl_check_for_blockage()
10746 && ((pending_io->io_hdr.nexus.targ_port == in ctl_check_for_blockage()
10748 && (pending_io->io_hdr.nexus.initid == in ctl_check_for_blockage()
10765 if ((pending_io->scsiio.tag_type != CTL_TAG_UNTAGGED) in ctl_check_for_blockage()
10767 && (pending_io->scsiio.tag_num == ooa_io->scsiio.tag_num) in ctl_check_for_blockage()
10768 && ((pending_io->io_hdr.nexus.targ_port == in ctl_check_for_blockage()
[all …]