Searched refs:rrq_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 31 struct bnx2fc_cmd *rrq_req; in bnx2fc_rrq_compl() local 35 rrq_req = cb_arg->io_req; in bnx2fc_rrq_compl() 39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 43 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl() 49 rrq_req->xid); in bnx2fc_rrq_compl() 51 if (rrq_req->on_active_queue) { in bnx2fc_rrq_compl() 52 list_del_init(&rrq_req->link); in bnx2fc_rrq_compl() 53 rrq_req->on_active_queue = 0; in bnx2fc_rrq_compl() 54 rc = bnx2fc_initiate_cleanup(rrq_req); in bnx2fc_rrq_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 31 struct bnx2fc_cmd *rrq_req; in bnx2fc_rrq_compl() local 35 rrq_req = cb_arg->io_req; in bnx2fc_rrq_compl() 39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 43 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl() 49 rrq_req->xid); in bnx2fc_rrq_compl() 51 if (rrq_req->on_active_queue) { in bnx2fc_rrq_compl() 52 list_del_init(&rrq_req->link); in bnx2fc_rrq_compl() 53 rrq_req->on_active_queue = 0; in bnx2fc_rrq_compl() 54 rc = bnx2fc_initiate_cleanup(rrq_req); in bnx2fc_rrq_compl()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 194 struct qedf_ioreq *rrq_req; in qedf_rrq_compl() local 198 rrq_req = cb_arg->io_req; in qedf_rrq_compl() 199 qedf = rrq_req->fcport->qedf; in qedf_rrq_compl() 207 "Original io_req is NULL, rrq_req = %p.\n", rrq_req); in qedf_rrq_compl() 214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl() 231 if (rrq_req->event == QEDF_IOREQ_EV_ELS_TMO) in qedf_rrq_compl() 232 kref_put(&rrq_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 194 struct qedf_ioreq *rrq_req; in qedf_rrq_compl() local 198 rrq_req = cb_arg->io_req; in qedf_rrq_compl() 199 qedf = rrq_req->fcport->qedf; in qedf_rrq_compl() 207 "Original io_req is NULL, rrq_req = %p.\n", rrq_req); in qedf_rrq_compl() 214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl() 231 if (rrq_req->event == QEDF_IOREQ_EV_ELS_TMO) in qedf_rrq_compl() 232 kref_put(&rrq_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
|
Completed in 6 milliseconds