Searched refs:new_io_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 773 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()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 773 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()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 377 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()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 377 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()
|
Completed in 6 milliseconds