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

/linux-master/drivers/scsi/elx/efct/
H A Defct_io.h89 * @io_to_abort: for abort handling, pointer to IO to abort
145 struct efct_io *io_to_abort; member in struct:efct_io
H A Defct_hw.c1837 struct efct_hw_io *io_to_abort = NULL; local
1840 list_for_each_entry_safe(io_to_abort, next_io,
1842 efct_hw_io_abort(hw, io_to_abort, true, NULL, NULL);
1930 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort, argument
1936 if (!io_to_abort) {
1938 hw, io_to_abort);
1949 if (kref_get_unless_zero(&io_to_abort->ref) == 0) {
1953 io_to_abort->indicator, io_to_abort->reqtag);
1958 if (!io_to_abort
[all...]
H A Defct_lio.h115 struct efct_io *io_to_abort; member in struct:efct_scsi_tgt_io
H A Defct_scsi.c339 hio_to_abort = io->io_to_abort->hio;
350 * taking a reference on io_to_abort, it should not
491 if (io->io_type == EFCT_IO_TYPE_ABORT && io->io_to_abort->hio) {
1084 abort_cb(io->io_to_abort, scsi_status, 0, abort_cb_arg);
1088 kref_put(&io->io_to_abort->ref, io->io_to_abort->release);
1134 abort_io->io_to_abort = io;
H A Defct_lio.c1398 struct efct_io *io_to_abort, u32 flags)
1440 tmfio->tgt_io.io_to_abort = io_to_abort;
1397 efct_scsi_recv_tmf(struct efct_io *tmfio, u32 lun, enum efct_scsi_tmf_cmd cmd, struct efct_io *io_to_abort, u32 flags) argument
H A Defct_hw.h633 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,

Completed in 116 milliseconds