Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c378 struct bnx2fc_cmd *rec_req; in bnx2fc_rec_compl() local
399 rec_req = cb_arg->io_req; in bnx2fc_rec_compl()
406 BNX2FC_IO_DBG(rec_req, "timed out, abort " in bnx2fc_rec_compl()
410 rc = bnx2fc_initiate_abts(rec_req); in bnx2fc_rec_compl()
414 bnx2fc_initiate_cleanup(rec_req); in bnx2fc_rec_compl()
436 BNX2FC_IO_DBG(rec_req, "completed" in bnx2fc_rec_compl()
442 BNX2FC_IO_DBG(rec_req, "abts in prog " in bnx2fc_rec_compl()
448 mp_req = &(rec_req->mp_req); in bnx2fc_rec_compl()
475 BNX2FC_IO_DBG(rec_req, "opcode is RJT\n"); in bnx2fc_rec_compl()
546 BNX2FC_IO_DBG(rec_req, "RD DATA lost\n"); in bnx2fc_rec_compl()
[all …]
/linux/drivers/scsi/qedf/
A Dqedf_els.c836 struct qedf_ioreq *rec_req; in qedf_rec_compl() local
853 rec_req = cb_arg->io_req; in qedf_rec_compl()
854 qedf = rec_req->fcport->qedf; in qedf_rec_compl()
864 if (rec_req->event != QEDF_IOREQ_EV_ELS_TMO && in qedf_rec_compl()
865 rec_req->event != QEDF_IOREQ_EV_ELS_ERR_DETECT) in qedf_rec_compl()
871 orig_io_req, orig_io_req->xid, rec_req->xid, refcount); in qedf_rec_compl()
874 if (rec_req->event == QEDF_IOREQ_EV_ELS_TMO) { in qedf_rec_compl()
882 mp_req = &(rec_req->mp_req); in qedf_rec_compl()

Completed in 9 milliseconds