Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c370 struct bnx2fc_cmd *rec_req; in bnx2fc_rec_compl() local
391 rec_req = cb_arg->io_req; in bnx2fc_rec_compl()
393 BNX2FC_IO_DBG(rec_req, "rec_compl: orig xid = 0x%x", orig_io_req->xid); in bnx2fc_rec_compl()
397 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rec_req->req_flags)) { in bnx2fc_rec_compl()
398 BNX2FC_IO_DBG(rec_req, "timed out, abort " in bnx2fc_rec_compl()
402 rc = bnx2fc_initiate_abts(rec_req); in bnx2fc_rec_compl()
404 BNX2FC_IO_DBG(rec_req, "rec_compl: initiate_abts " in bnx2fc_rec_compl()
406 bnx2fc_initiate_cleanup(rec_req); in bnx2fc_rec_compl()
419 BNX2FC_IO_DBG(rec_req, "rec_compl: initiate_abts " in bnx2fc_rec_compl()
428 BNX2FC_IO_DBG(rec_req, "completed" in bnx2fc_rec_compl()
[all …]