Home
last modified time | relevance | path

Searched refs:ls_req (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvmet.h107 struct nvmefc_tgt_ls_req ls_req; member
Dlpfc_nvmet.c288 rsp = &ctxp->ctx.ls_req; in lpfc_nvmet_xmt_ls_rsp_cmp()
794 container_of(rsp, struct lpfc_nvmet_rcv_ctx, ctx.ls_req); in lpfc_nvmet_xmt_ls_rsp()
1793 rc = nvmet_fc_rcv_ls_req(phba->targetport, &ctxp->ctx.ls_req, in lpfc_nvmet_unsol_ls_buffer()
Dlpfc_nvme.c1912 .ls_req = lpfc_nvme_ls_req,
/Linux-v4.19/drivers/nvme/host/
Dfc.c62 struct nvmefc_ls_req ls_req; member
187 return container_of(lsreq, struct nvmefc_ls_req_op, ls_req); in ls_req_to_lsop()
340 !template->ls_req || !template->fcp_io || in nvme_fc_register_localport()
746 &lsop->ls_req); in nvme_fc_abort_lsops()
1005 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()
1033 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_send_ls_req()
1066 ret = rport->lport->ops->ls_req(&rport->lport->localport, in __nvme_fc_send_ls_req()
1100 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in nvme_fc_send_ls_req()
1192 lsreq = &lsop->ls_req; in nvme_fc_connect_admin_queue()
1301 lsreq = &lsop->ls_req; in nvme_fc_connect_queue()
[all …]
/Linux-v4.19/include/linux/
Dnvme-fc-driver.h407 int (*ls_req)(struct nvme_fc_local_port *, member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_nvme.c577 .ls_req = qla_nvme_ls_req,
/Linux-v4.19/drivers/nvme/target/
Dfcloop.c831 .ls_req = fcloop_ls_req,