Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c194 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
225 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq() argument
237 if (!aborted_io_req) { in qedf_send_rrq()
242 fcport = aborted_io_req->fcport; in qedf_send_rrq()
261 "io = %p, orig_xid = 0x%x\n", aborted_io_req, in qedf_send_rrq()
262 aborted_io_req->xid); in qedf_send_rrq()
273 cb_arg->aborted_io_req = aborted_io_req; in qedf_send_rrq()
277 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq()
279 htons(aborted_io_req->task->tstorm_st_context.read_write.rx_id); in qedf_send_rrq()
287 "req 0x%x\n", aborted_io_req->xid); in qedf_send_rrq()
[all …]
Dqedf.h79 struct qedf_ioreq *aborted_io_req; member
481 extern int qedf_send_rrq(struct qedf_ioreq *aborted_io_req);
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c36 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_rrq_compl()
60 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req) in bnx2fc_send_rrq() argument
64 struct bnx2fc_rport *tgt = aborted_io_req->tgt; in bnx2fc_send_rrq()
80 aborted_io_req->xid); in bnx2fc_send_rrq()
90 cb_arg->aborted_io_req = aborted_io_req; in bnx2fc_send_rrq()
94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq()
95 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id); in bnx2fc_send_rrq()
113 aborted_io_req->xid); in bnx2fc_send_rrq()
116 kref_put(&aborted_io_req->refcount, bnx2fc_cmd_release); in bnx2fc_send_rrq()
278 orig_io_req = cb_arg->aborted_io_req; in bnx2fc_srr_compl()
[all …]
Dbnx2fc.h407 struct bnx2fc_cmd *aborted_io_req; member
519 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
Dbnx2fc_io.c981 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
1286 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl()