Searched refs:pending_io (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl.c | 437 union ctl_io *pending_io, const uint8_t *serialize_row, 439 static ctl_action ctl_check_ooa(struct ctl_lun *lun, union ctl_io *pending_io, 11199 ctl_nvme_check_ooa(struct ctl_lun *lun, union ctl_io *pending_io, in ctl_nvme_check_ooa() argument 11204 CTL_IO_ASSERT(pending_io, NVME, NVME_ADMIN); in ctl_nvme_check_ooa() 11215 if (__predict_false(pending_io->io_hdr.flags & CTL_FLAG_ABORT)) in ctl_nvme_check_ooa() 11244 if (NVMEV(NVME_CMD_FUSE, pending_io->nvmeio.cmd.fuse) == in ctl_nvme_check_ooa() 11257 switch (NVMEV(NVME_CMD_FUSE, pending_io->nvmeio.cmd.fuse)) { in ctl_nvme_check_ooa() 11263 ctl_nvme_set_missing_fused_command(&pending_io->nvmeio); in ctl_nvme_check_ooa() 11264 *aborted_io = pending_io; in ctl_nvme_check_ooa() 11687 ctl_check_for_blockage(struct ctl_lun *lun, union ctl_io *pending_io, in ctl_check_for_blockage() argument [all …]
|