Searched refs:nvmet_fc_rcv_fcp_req (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme-fc-driver.h | 615 * layer via the nvmet_fc_rcv_fcp_req() call. The address of the structure 628 * At the time of the nvmet_fc_rcv_fcp_req() call, there is no content that 784 * exchange structure specified in the nvmet_fc_rcv_fcp_req() call 1035 * If nvmet_fc_rcv_fcp_req returns non-zero, the transport has not accepted 1038 int nvmet_fc_rcv_fcp_req(struct nvmet_fc_target_port *tgtport,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme-fc-driver.h | 627 * layer via the nvmet_fc_rcv_fcp_req() call. The address of the structure 640 * At the time of the nvmet_fc_rcv_fcp_req() call, there is no content that 800 * exchange structure specified in the nvmet_fc_rcv_fcp_req() call 1051 * If nvmet_fc_rcv_fcp_req returns non-zero, the transport has not accepted 1054 int nvmet_fc_rcv_fcp_req(struct nvmet_fc_target_port *tgtport,
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fc.c | 2586 * nvmet_fc_rcv_fcp_req - transport entry point called by an LLDD 2633 nvmet_fc_rcv_fcp_req(struct nvmet_fc_target_port *target_port, in nvmet_fc_rcv_fcp_req() function 2718 EXPORT_SYMBOL_GPL(nvmet_fc_rcv_fcp_req); variable 2725 * that had been given to the transport via nvmet_fc_rcv_fcp_req(). The 2732 * stop processing and call the nvmet_fc_rcv_fcp_req() callback to
|
H A D | fcloop.c | 595 ret = nvmet_fc_rcv_fcp_req(tfcp_req->tport->targetport, in fcloop_fcp_recv_work()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fc.c | 2610 * nvmet_fc_rcv_fcp_req - transport entry point called by an LLDD 2657 nvmet_fc_rcv_fcp_req(struct nvmet_fc_target_port *target_port, in nvmet_fc_rcv_fcp_req() function 2742 EXPORT_SYMBOL_GPL(nvmet_fc_rcv_fcp_req); variable 2749 * that had been given to the transport via nvmet_fc_rcv_fcp_req(). The 2756 * stop processing and call the nvmet_fc_rcv_fcp_req() callback to
|
H A D | fcloop.c | 640 ret = nvmet_fc_rcv_fcp_req(tfcp_req->tport->targetport, in fcloop_fcp_recv_work()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 2216 * nvmet_fc_rcv_fcp_req->lpfc_nvmet_xmt_fcp_op/cmp- req->done in lpfc_nvmet_process_rcv_fcp_req() 2218 * When we return from nvmet_fc_rcv_fcp_req, all relevant info in lpfc_nvmet_process_rcv_fcp_req() 2223 rc = nvmet_fc_rcv_fcp_req(phba->targetport, &ctxp->hdlrctx.fcp_req, in lpfc_nvmet_process_rcv_fcp_req()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 2219 * nvmet_fc_rcv_fcp_req->lpfc_nvmet_xmt_fcp_op/cmp- req->done in lpfc_nvmet_process_rcv_fcp_req() 2221 * When we return from nvmet_fc_rcv_fcp_req, all relevant info in lpfc_nvmet_process_rcv_fcp_req() 2226 rc = nvmet_fc_rcv_fcp_req(phba->targetport, &ctxp->hdlrctx.fcp_req, in lpfc_nvmet_process_rcv_fcp_req()
|
Completed in 25 milliseconds