Searched refs:io_to_abort (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/scsi/elx/efct/ |
D | efct_hw.c | 1838 struct efct_hw_io *io_to_abort = NULL; in efct_hw_io_abort_all() local 1841 list_for_each_entry_safe(io_to_abort, next_io, in efct_hw_io_abort_all() 1843 efct_hw_io_abort(hw, io_to_abort, true, NULL, NULL); in efct_hw_io_abort_all() 1931 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort, in efct_hw_io_abort() argument 1937 if (!io_to_abort) { in efct_hw_io_abort() 1939 hw, io_to_abort); in efct_hw_io_abort() 1950 if (kref_get_unless_zero(&io_to_abort->ref) == 0) { in efct_hw_io_abort() 1954 io_to_abort->indicator, io_to_abort->reqtag); in efct_hw_io_abort() 1959 if (!io_to_abort->wq) { in efct_hw_io_abort() 1961 io_to_abort->indicator); in efct_hw_io_abort() [all …]
|
D | efct_scsi.c | 340 hio_to_abort = io->io_to_abort->hio; in efct_scsi_io_dispatch_no_hw_io() 492 if (io->io_type == EFCT_IO_TYPE_ABORT && io->io_to_abort->hio) { in efct_scsi_check_pending() 1085 abort_cb(io->io_to_abort, scsi_status, 0, abort_cb_arg); in efct_target_abort_cb() 1089 kref_put(&io->io_to_abort->ref, io->io_to_abort->release); in efct_target_abort_cb() 1135 abort_io->io_to_abort = io; in efct_scsi_tgt_abort_io()
|
D | efct_io.h | 145 struct efct_io *io_to_abort; member
|
D | efct_lio.h | 115 struct efct_io *io_to_abort; member
|
D | efct_lio.c | 1415 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()
|
D | efct_hw.h | 633 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,
|