Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_unsol.c408 struct efct_io *abortio; in efct_process_abts() local
411 abortio = efct_io_find_tgt_io(efct, node, ox_id, rx_id); in efct_process_abts()
413 if (abortio) { in efct_process_abts()
438 efct_scsi_recv_tmf(io, abortio->tgt_io.lun, in efct_process_abts()
439 EFCT_SCSI_TMF_ABORT_TASK, abortio, 0); in efct_process_abts()
446 kref_put(&abortio->ref, abortio->release); in efct_process_abts()
Defct_scsi.h168 struct efct_io *abortio, u32 flags);
/drivers/nvme/target/
Dfcloop.c953 bool abortio = true; in fcloop_fcp_abort() local
974 abortio = false; in fcloop_fcp_abort()
983 if (abortio) in fcloop_fcp_abort()