Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_hw.c1838 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 …]
H 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()
H A Defct_io.h145 struct efct_io *io_to_abort; member
H A Defct_lio.h115 struct efct_io *io_to_abort; member
H A Defct_hw.h633 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,