Home
last modified time | relevance | path

Searched refs:aborted_io_req (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A 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, refcoun in qedf_send_rrq()
[all...]
H A Dqedf.h74 struct qedf_ioreq *aborted_io_req; member
513 extern int qedf_send_rrq(struct qedf_ioreq *aborted_io_req);
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A 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, refcoun in qedf_send_rrq()
[all...]
H A Dqedf.h71 struct qedf_ioreq *aborted_io_req; member
519 extern int qedf_send_rrq(struct qedf_ioreq *aborted_io_req);
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A 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 in bnx2fc_send_rrq()
[all...]
H A Dbnx2fc.h408 struct bnx2fc_cmd *aborted_io_req; member
526 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A 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 in bnx2fc_send_rrq()
[all...]
H A Dbnx2fc.h405 struct bnx2fc_cmd *aborted_io_req; member
530 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
H A Dbnx2fc_io.c978 cb_arg->aborted_io_req = orig_io_req; in bnx2fc_initiate_seq_cleanup()
1289 struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req; in bnx2fc_process_seq_cleanup_compl()

Completed in 14 milliseconds