Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H 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()
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/drivers/scsi/qedf/
H 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()