Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/elx/efct/
Defct_hw.c1837 struct efct_hw_io *io_to_abort = NULL; in efct_hw_io_abort_all() local
1840 list_for_each_entry_safe(io_to_abort, next_io, in efct_hw_io_abort_all()
1842 efct_hw_io_abort(hw, io_to_abort, true, NULL, NULL); in efct_hw_io_abort_all()
1930 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort, in efct_hw_io_abort() argument
1936 if (!io_to_abort) { in efct_hw_io_abort()
1938 hw, io_to_abort); in efct_hw_io_abort()
1949 if (kref_get_unless_zero(&io_to_abort->ref) == 0) { in efct_hw_io_abort()
1953 io_to_abort->indicator, io_to_abort->reqtag); in efct_hw_io_abort()
1958 if (!io_to_abort->wq) { in efct_hw_io_abort()
1960 io_to_abort->indicator); in efct_hw_io_abort()
[all …]
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()
Defct_io.h145 struct efct_io *io_to_abort; member
Defct_lio.h115 struct efct_io *io_to_abort; member
Defct_lio.c1398 struct efct_io *io_to_abort, u32 flags) in efct_scsi_recv_tmf() argument
1440 tmfio->tgt_io.io_to_abort = io_to_abort; in efct_scsi_recv_tmf()
Defct_hw.h633 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,