Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_nvmet.h108 struct nvmefc_tgt_ls_req ls_req; member
Dlpfc_nvmet.c338 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()
Dlpfc_nvme.c1984 .ls_req = lpfc_nvme_ls_req,
/Linux-v5.4/drivers/nvme/host/
Dfc.c51 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/
Dnvme-fc-driver.h394 int (*ls_req)(struct nvme_fc_local_port *, member
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_nvme.c617 .ls_req = qla_nvme_ls_req,
/Linux-v5.4/drivers/nvme/target/
Dfcloop.c857 .ls_req = fcloop_ls_req,