Searched refs:send_abts (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_io.h | 82 * @send_abts: when aborting, indicates ABTS is to be sent 137 bool send_abts; member
|
H A D | efct_hw.h | 167 bool send_abts; member 634 bool send_abts, void *cb, void *arg);
|
H A D | efct_scsi.c | 364 io->send_abts, io->hw_cb, io); in efct_scsi_io_dispatch_no_hw_io() 1135 abort_io->send_abts = false; in efct_scsi_tgt_abort_io()
|
H A D | efct_hw.c | 1915 abort->ia_ir_byte |= wqe->send_abts ? 0 : 1; in efct_hw_fill_abort_wqe() 1931 bool send_abts, void *cb, void *arg) in efct_hw_io_abort() 2004 io_to_abort->wqe.send_abts = send_abts; in efct_hw_io_abort() 1930 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort, bool send_abts, void *cb, void *arg) efct_hw_io_abort() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 1373 bool send_abts, u32 ids, u32 mask, u16 tag, u16 cq_id) in sli_abort_wqe() 1399 abort->ia_ir_byte |= send_abts ? 0 : 1; in sli_abort_wqe() 1372 sli_abort_wqe(struct sli4 *sli, void *buf, enum sli4_abort_type type, bool send_abts, u32 ids, u32 mask, u16 tag, u16 cq_id) sli_abort_wqe() argument
|
H A D | sli4.h | 4064 bool send_abts, u32 ids, u32 mask, u16 tag, u16 cq_id);
|
Completed in 23 milliseconds