Searched refs:nvme_fc_rcv_ls_req (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme-fc-driver.h | 416 * structure specified in the nvme_fc_rcv_ls_req() call made when 426 * Entrypoint is mandatory if the LLDD calls the nvme_fc_rcv_ls_req() 559 int nvme_fc_rcv_ls_req(struct nvme_fc_remote_port *remoteport,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme-fc-driver.h | 417 * structure specified in the nvme_fc_rcv_ls_req() call made when 427 * Entrypoint is mandatory if the LLDD calls the nvme_fc_rcv_ls_req() 562 int nvme_fc_rcv_ls_req(struct nvme_fc_remote_port *remoteport,
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fcloop.c | 456 ret = nvme_fc_rcv_ls_req(tport->remoteport, &tls_req->ls_rsp, in fcloop_t2h_ls_req()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.c | 1170 * Received FC-NVMe Link Service pkt to nvme_fc_rcv_ls_req(). 1187 ret = nvme_fc_rcv_ls_req(uctx->fcport->nvme_remote_port, &uctx->lsrsp, in qla2xxx_process_purls_pkt()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fcloop.c | 456 ret = nvme_fc_rcv_ls_req(tport->remoteport, &tls_req->ls_rsp, in fcloop_t2h_ls_req()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fc.c | 1702 * nvme_fc_rcv_ls_req - transport entry point called by an LLDD 1721 nvme_fc_rcv_ls_req(struct nvme_fc_remote_port *portptr, in nvme_fc_rcv_ls_req() function 1808 EXPORT_SYMBOL_GPL(nvme_fc_rcv_ls_req); variable
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fc.c | 1707 * nvme_fc_rcv_ls_req - transport entry point called by an LLDD 1726 nvme_fc_rcv_ls_req(struct nvme_fc_remote_port *portptr, in nvme_fc_rcv_ls_req() function 1815 EXPORT_SYMBOL_GPL(nvme_fc_rcv_ls_req); variable
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_nvme.c | 405 * to the nvme-fc transport via nvme_fc_rcv_ls_req(). 407 * The calling sequence should be: nvme_fc_rcv_ls_req() -> (processing) 439 rc = nvme_fc_rcv_ls_req(remoteport, &axchg->ls_rsp, axchg->payload, in lpfc_nvme_handle_lsreq()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_nvme.c | 247 * to the nvme-fc transport via nvme_fc_rcv_ls_req(). 249 * The calling sequence should be: nvme_fc_rcv_ls_req() -> (processing) 282 rc = nvme_fc_rcv_ls_req(remoteport, &axchg->ls_rsp, axchg->payload, in lpfc_nvme_handle_lsreq()
|
Completed in 28 milliseconds