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

/linux-master/drivers/scsi/elx/efct/
H A Defct_io.h82 * @send_abts: when aborting, indicates ABTS is to be sent
137 bool send_abts; member in struct:efct_io
H A Defct_hw.h167 bool send_abts; member in struct:efct_hw_wqe
634 bool send_abts, void *cb, void *arg);
H A Defct_scsi.c364 io->send_abts, io->hw_cb, io);
1135 abort_io->send_abts = false;
H A Defct_hw.c1915 abort->ia_ir_byte |= wqe->send_abts ? 0 : 1;
1931 bool send_abts, void *cb, void *arg)
2004 io_to_abort->wqe.send_abts = send_abts;
1930 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort, bool send_abts, void *cb, void *arg) argument
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1373 bool send_abts, u32 ids, u32 mask, u16 tag, u16 cq_id)
1399 abort->ia_ir_byte |= send_abts ? 0 : 1;
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) argument
H A Dsli4.h4064 bool send_abts, u32 ids, u32 mask, u16 tag, u16 cq_id);

Completed in 207 milliseconds