Home
last modified time | relevance | path

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

/drivers/scsi/qedf/
Dqedf_els.c203 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
237 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq() argument
250 if (!aborted_io_req) { in qedf_send_rrq()
255 fcport = aborted_io_req->fcport; in qedf_send_rrq()
258 refcount = kref_read(&aborted_io_req->refcount); in qedf_send_rrq()
261 aborted_io_req->xid, refcount); in qedf_send_rrq()
262 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
283 refcount = kref_read(&aborted_io_req->refcount); in qedf_send_rrq()
287 aborted_io_req->xid, aborted_io_req, refcount); in qedf_send_rrq()
296 "io = %p, orig_xid = 0x%x\n", aborted_io_req, in qedf_send_rrq()
[all …]
Dqedf.h74 struct qedf_ioreq *aborted_io_req; member
513 extern int qedf_send_rrq(struct qedf_ioreq *aborted_io_req);
/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.h408 struct bnx2fc_cmd *aborted_io_req; member
526 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
Dbnx2fc_io.c980 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
1291 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl()