Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvme-fc-driver.h484 int (*ls_req)(struct nvme_fc_local_port *, member
973 int (*ls_req)(struct nvmet_fc_target_port *targetport, member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.h198 struct nvmefc_ls_req *ls_req; member
H A Dlpfc_nvme.c2008 .ls_req = lpfc_nvme_ls_req,
H A Dlpfc_nvmet.c1413 .ls_req = lpfc_nvmet_ls_req,
/openbmc/linux/drivers/nvme/host/
H A Dfc.c57 struct nvmefc_ls_req ls_req; member
204 return container_of(lsreq, struct nvmefc_ls_req_op, ls_req); in ls_req_to_lsop()
358 !template->ls_req || !template->fcp_io || in nvme_fc_register_localport()
773 &lsop->ls_req); in nvme_fc_abort_lsops()
1034 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req()
1062 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_send_ls_req()
1095 ret = rport->lport->ops->ls_req(&rport->lport->localport, in __nvme_fc_send_ls_req()
1129 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in nvme_fc_send_ls_req()
1193 lsreq = &lsop->ls_req; in nvme_fc_connect_admin_queue()
1309 lsreq = &lsop->ls_req; in nvme_fc_connect_queue()
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dfc.c49 struct nvmefc_ls_req ls_req; member
364 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_finish_ls_req()
393 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_send_ls_req()
397 if (!tgtport->ops->ls_req) in __nvmet_fc_send_ls_req()
424 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req()
460 container_of(lsreq, struct nvmet_fc_ls_req_op, ls_req); in nvmet_fc_disconnect_assoc_done()
501 if (!tgtport->ops->ls_req || !assoc->hostport || in nvmet_fc_xmt_disconnect_assoc()
517 lsreq = &lsop->ls_req; in nvmet_fc_xmt_disconnect_assoc()
H A Dfcloop.c1056 .ls_req = fcloop_h2t_ls_req,
1079 .ls_req = fcloop_t2h_ls_req,
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nvme.c874 .ls_req = qla_nvme_ls_req,