Searched refs:rec_req (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/scsi/bnx2fc/ |
| D | bnx2fc_els.c | 378 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-v5.4/drivers/scsi/qedf/ |
| D | qedf_els.c | 821 struct qedf_ioreq *rec_req; in qedf_rec_compl() local 838 rec_req = cb_arg->io_req; in qedf_rec_compl() 839 qedf = rec_req->fcport->qedf; in qedf_rec_compl() 849 if (rec_req->event != QEDF_IOREQ_EV_ELS_TMO && in qedf_rec_compl() 850 rec_req->event != QEDF_IOREQ_EV_ELS_ERR_DETECT) in qedf_rec_compl() 856 orig_io_req, orig_io_req->xid, rec_req->xid, refcount); in qedf_rec_compl() 859 if (rec_req->event == QEDF_IOREQ_EV_ELS_TMO) { in qedf_rec_compl() 867 mp_req = &(rec_req->mp_req); in qedf_rec_compl()
|