Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c369 struct bnx2fc_cmd *orig_io_req, *new_io_req; in bnx2fc_rec_compl() local
473 new_io_req = bnx2fc_cmd_alloc(tgt); in bnx2fc_rec_compl()
474 if (!new_io_req) in bnx2fc_rec_compl()
476 new_io_req->sc_cmd = orig_io_req->sc_cmd; in bnx2fc_rec_compl()
483 rc = bnx2fc_post_io_req(tgt, new_io_req); in bnx2fc_rec_compl()