Searched refs:ls_req (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | nvme-fc-driver.h | 484 int (*ls_req)(struct nvme_fc_local_port *, member 976 int (*ls_req)(struct nvmet_fc_target_port *targetport, member
|
| /linux/drivers/nvme/target/ |
| H A D | fc.c | 49 struct nvmefc_ls_req ls_req; member 350 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_finish_ls_req() 379 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvmet_fc_send_ls_req() 383 if (!tgtport->ops->ls_req) in __nvmet_fc_send_ls_req() 411 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req() 447 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() 500 lsreq = &lsop->ls_req; in nvmet_fc_xmt_disconnect_assoc() 1614 lsreq = &lsop->ls_req; in nvmet_fc_free_pending_reqs()
|
| H A D | fcloop.c | 1156 .ls_req = fcloop_h2t_ls_req, 1178 .ls_req = fcloop_t2h_ls_req,
|
| /linux/drivers/nvme/host/ |
| H A D | fc.c | 56 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() 774 &lsop->ls_req); in nvme_fc_abort_lsops() 994 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_finish_ls_req() 1022 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in __nvme_fc_send_ls_req() 1055 ret = rport->lport->ops->ls_req(&rport->lport->localport, in __nvme_fc_send_ls_req() 1089 struct nvmefc_ls_req *lsreq = &lsop->ls_req; in nvme_fc_send_ls_req() 1153 lsreq = &lsop->ls_req; in nvme_fc_connect_admin_queue() 1269 lsreq = &lsop->ls_req; in nvme_fc_connect_queue() [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvme.h | 198 struct nvmefc_ls_req *ls_req; member
|
| H A D | lpfc_nvme.c | 2001 .ls_req = lpfc_nvme_ls_req,
|
| H A D | lpfc_nvmet.c | 1425 .ls_req = lpfc_nvmet_ls_req,
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 876 .ls_req = qla_nvme_ls_req,
|