Searched refs:ls_req (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_nvmet.h | 107 struct nvmefc_tgt_ls_req ls_req; member
|
D | lpfc_nvmet.c | 288 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()
|
D | lpfc_nvme.c | 1912 .ls_req = lpfc_nvme_ls_req,
|
/Linux-v4.19/drivers/nvme/host/ |
D | fc.c | 62 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/ |
D | nvme-fc-driver.h | 407 int (*ls_req)(struct nvme_fc_local_port *, member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nvme.c | 577 .ls_req = qla_nvme_ls_req,
|
/Linux-v4.19/drivers/nvme/target/ |
D | fcloop.c | 831 .ls_req = fcloop_ls_req,
|