Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnvme-fc-driver.h484 int (*ls_req)(struct nvme_fc_local_port *, member
976 int (*ls_req)(struct nvmet_fc_target_port *targetport, member
/linux-6.15/drivers/nvme/host/
H A Dfc.c56 struct nvmefc_ls_req ls_req; member
203 return container_of(lsreq, struct nvmefc_ls_req_op, ls_req); in ls_req_to_lsop()
357 !template->ls_req || !template->fcp_io || in nvme_fc_register_localport()
772 &lsop->ls_req); in nvme_fc_abort_lsops()
992 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()
1020 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_send_ls_req()
1053 ret = rport->lport->ops->ls_req(&rport->lport->localport, in __nvme_fc_send_ls_req()
1087 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in nvme_fc_send_ls_req()
1151 lsreq = &lsop->ls_req; in nvme_fc_connect_admin_queue()
1267 lsreq = &lsop->ls_req; in nvme_fc_connect_queue()
[all …]
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nvme.h198 struct nvmefc_ls_req *ls_req; member
H A Dlpfc_nvme.c2005 .ls_req = lpfc_nvme_ls_req,
H A Dlpfc_nvmet.c1423 .ls_req = lpfc_nvmet_ls_req,
/linux-6.15/drivers/nvme/target/
H A Dfc.c49 struct nvmefc_ls_req ls_req; member
349 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_finish_ls_req()
378 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_send_ls_req()
382 if (!tgtport->ops->ls_req) in __nvmet_fc_send_ls_req()
409 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req()
445 container_of(lsreq, struct nvmet_fc_ls_req_op, ls_req); in nvmet_fc_disconnect_assoc_done()
486 if (!tgtport->ops->ls_req || assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
501 lsreq = &lsop->ls_req; in nvmet_fc_xmt_disconnect_assoc()
H A Dfcloop.c1073 .ls_req = fcloop_h2t_ls_req,
1096 .ls_req = fcloop_t2h_ls_req,
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_nvme.c876 .ls_req = qla_nvme_ls_req,