Home
last modified time | relevance | path

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

/linux/drivers/scsi/qedf/
H A Dqedf_els.c773 struct qedf_ioreq *new_io_req; in qedf_requeue_io_req() local
789 new_io_req = qedf_alloc_cmd(fcport, QEDF_SCSI_CMD); in qedf_requeue_io_req()
790 if (!new_io_req) { in qedf_requeue_io_req()
796 new_io_req->sc_cmd = orig_io_req->sc_cmd; in qedf_requeue_io_req()
810 if (qedf_post_io_req(fcport, new_io_req)) { in qedf_requeue_io_req()
817 "new_xid=0x%x.\n", orig_io_req->xid, new_io_req->xid); in qedf_requeue_io_req()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c377 struct bnx2fc_cmd *orig_io_req, *new_io_req; in bnx2fc_rec_compl() local
481 new_io_req = bnx2fc_cmd_alloc(tgt); in bnx2fc_rec_compl()
482 if (!new_io_req) in bnx2fc_rec_compl()
484 new_io_req->sc_cmd = orig_io_req->sc_cmd; in bnx2fc_rec_compl()
491 rc = bnx2fc_post_io_req(tgt, new_io_req); in bnx2fc_rec_compl()