Home
last modified time | relevance | path

Searched refs:rrq_req (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c31 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()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_els.c194 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()