Searched refs:ls_req (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_nvmet.h | 108 struct nvmefc_tgt_ls_req ls_req; member
|
D | lpfc_nvmet.c | 338 rsp = &ctxp->ctx.ls_req; in lpfc_nvmet_xmt_ls_rsp_cmp() 844 container_of(rsp, struct lpfc_nvmet_rcv_ctx, ctx.ls_req); in lpfc_nvmet_xmt_ls_rsp() 2010 rc = nvmet_fc_rcv_ls_req(phba->targetport, &ctxp->ctx.ls_req, in lpfc_nvmet_unsol_ls_buffer()
|
D | lpfc_nvme.c | 1984 .ls_req = lpfc_nvme_ls_req,
|
/Linux-v5.4/drivers/nvme/host/ |
D | fc.c | 51 struct nvmefc_ls_req ls_req; member 185 return container_of(lsreq, struct nvmefc_ls_req_op, ls_req); in ls_req_to_lsop() 342 !template->ls_req || !template->fcp_io || in nvme_fc_register_localport() 749 &lsop->ls_req); in nvme_fc_abort_lsops() 1008 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req() 1036 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_send_ls_req() 1069 ret = rport->lport->ops->ls_req(&rport->lport->localport, in __nvme_fc_send_ls_req() 1103 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in nvme_fc_send_ls_req() 1195 lsreq = &lsop->ls_req; in nvme_fc_connect_admin_queue() 1304 lsreq = &lsop->ls_req; in nvme_fc_connect_queue() [all …]
|
/Linux-v5.4/include/linux/ |
D | nvme-fc-driver.h | 394 int (*ls_req)(struct nvme_fc_local_port *, member
|
/Linux-v5.4/drivers/scsi/qla2xxx/ |
D | qla_nvme.c | 617 .ls_req = qla_nvme_ls_req,
|
/Linux-v5.4/drivers/nvme/target/ |
D | fcloop.c | 857 .ls_req = fcloop_ls_req,
|