Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c30 struct bnx2fc_cmd *rrq_req; in bnx2fc_rrq_compl() local
34 rrq_req = cb_arg->io_req; in bnx2fc_rrq_compl()
38 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl()
42 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl()
48 rrq_req->xid); in bnx2fc_rrq_compl()
50 if (rrq_req->on_active_queue) { in bnx2fc_rrq_compl()
51 list_del_init(&rrq_req->link); in bnx2fc_rrq_compl()
52 rrq_req->on_active_queue = 0; in bnx2fc_rrq_compl()
53 rc = bnx2fc_initiate_cleanup(rrq_req); in bnx2fc_rrq_compl()