Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
A Defct_hw.c1937 if (!io_to_abort) { in efct_hw_io_abort()
1939 hw, io_to_abort); in efct_hw_io_abort()
1954 io_to_abort->indicator, io_to_abort->reqtag); in efct_hw_io_abort()
1963 kref_put(&io_to_abort->ref, io_to_abort->release); in efct_hw_io_abort()
1973 kref_put(&io_to_abort->ref, io_to_abort->release); in efct_hw_io_abort()
1976 io_to_abort->indicator, io_to_abort->reqtag); in efct_hw_io_abort()
2006 io_to_abort->wqe.id = io_to_abort->indicator; in efct_hw_io_abort()
2007 io_to_abort->wqe.abort_reqtag = io_to_abort->abort_reqtag; in efct_hw_io_abort()
2013 if (io_to_abort->wq) { in efct_hw_io_abort()
2030 if (efct_hw_wq_write(io_to_abort->wq, &io_to_abort->wqe)) { in efct_hw_io_abort()
[all …]
A Defct_scsi.c339 hio_to_abort = io->io_to_abort->hio; in efct_scsi_io_dispatch_no_hw_io()
491 if (io->io_type == EFCT_IO_TYPE_ABORT && io->io_to_abort->hio) { in efct_scsi_check_pending()
1084 abort_cb(io->io_to_abort, scsi_status, 0, abort_cb_arg); in efct_target_abort_cb()
1088 kref_put(&io->io_to_abort->ref, io->io_to_abort->release); in efct_target_abort_cb()
1134 abort_io->io_to_abort = io; in efct_scsi_tgt_abort_io()
A Defct_io.h145 struct efct_io *io_to_abort; member
A Defct_lio.h115 struct efct_io *io_to_abort; member
A Defct_lio.c1415 struct efct_io *io_to_abort, u32 flags) in efct_scsi_recv_tmf() argument
1457 tmfio->tgt_io.io_to_abort = io_to_abort; in efct_scsi_recv_tmf()
A Defct_hw.h633 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,

Completed in 19 milliseconds