Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c378 struct bnx2fc_cmd *rec_req; in bnx2fc_rec_compl() local
399 rec_req = cb_arg->io_req; in bnx2fc_rec_compl()
401 BNX2FC_IO_DBG(rec_req, "rec_compl: orig xid = 0x%x", orig_io_req->xid); in bnx2fc_rec_compl()
405 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rec_req->req_flags)) { 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()
412 BNX2FC_IO_DBG(rec_req, "rec_compl: initiate_abts " in bnx2fc_rec_compl()
414 bnx2fc_initiate_cleanup(rec_req); in bnx2fc_rec_compl()
427 BNX2FC_IO_DBG(rec_req, "rec_compl: initiate_abts " in bnx2fc_rec_compl()
436 BNX2FC_IO_DBG(rec_req, "completed" in bnx2fc_rec_compl()
[all …]
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c776 struct qedf_ioreq *rec_req; in qedf_rec_compl() local
793 rec_req = cb_arg->io_req; in qedf_rec_compl()
794 qedf = rec_req->fcport->qedf; in qedf_rec_compl()
802 if (rec_req->event != QEDF_IOREQ_EV_ELS_TMO && in qedf_rec_compl()
803 rec_req->event != QEDF_IOREQ_EV_ELS_ERR_DETECT) in qedf_rec_compl()
809 orig_io_req, orig_io_req->xid, rec_req->xid, refcount); in qedf_rec_compl()
812 if (rec_req->event == QEDF_IOREQ_EV_ELS_TMO) in qedf_rec_compl()
816 mp_req = &(rec_req->mp_req); in qedf_rec_compl()