Lines Matching defs:abortio
676 * @param abortio pointer to IO object to abort for TASK_ABORT (NULL for all other TMF)
682 ocs_io_t *abortio, uint32_t flags)
716 if (abortio) {
717 ocs_scsi_io_complete(abortio);
723 tmfio->tgt_io.app = abortio;
742 inot->seq_id = abortio->tag;
744 __func__, abortio->tag, abortio->tgt_io.state);
745 abortio->tgt_io.flags |= OCS_CAM_IO_F_ABORT_RECV;
746 abortio->tgt_io.flags |= OCS_CAM_IO_F_ABORT_NOTIFY;
792 if (abortio) {
793 abortio->tgt_io.flags |= OCS_CAM_IO_F_ABORT_DEV;
794 rc = ocs_scsi_tgt_abort_io(abortio, ocs_io_abort_cb, tmfio);
2496 ocs_io_t *abortio = NULL;
2509 abortio = io->tgt_io.app;
2510 if (abortio) {
2511 abortio->tgt_io.flags &= ~OCS_CAM_IO_F_ABORT_NOTIFY;
2514 " flags=%#x\n", __func__, abortio->tgt_io.state,
2515 abortio->tag, abortio->init_task_tag,
2516 abortio->tgt_io.flags);