Searched refs:hosthandle (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | nvme-fc-driver.h | 958 void *hosthandle, struct nvmefc_ls_req *lsreq); 960 void *hosthandle, struct nvmefc_ls_req *lsreq); 961 void (*host_release)(void *hosthandle); 1007 void *hosthandle, 1032 void *hosthandle);
|
/Linux-v5.10/drivers/nvme/target/ |
D | fc.c | 36 void *hosthandle; member 52 void *hosthandle; member 153 void *hosthandle; member 412 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req() 512 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc() 1001 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free() 1022 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport() 1029 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_hostport() argument 1035 if (!hosthandle) in nvmet_fc_alloc_hostport() 1046 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_alloc_hostport() [all …]
|
D | fcloop.c | 431 fcloop_t2h_ls_req(struct nvmet_fc_target_port *targetport, void *hosthandle, in fcloop_t2h_ls_req() argument 490 fcloop_t2h_host_release(void *hosthandle) in fcloop_t2h_host_release() argument 888 void *hosthandle, struct nvmefc_ls_req *lsreq) in fcloop_t2h_ls_abort() argument
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 1308 void *hosthandle, in lpfc_nvmet_ls_req() argument 1328 ndlp = (struct lpfc_nodelist *)hosthandle; in lpfc_nvmet_ls_req() 1348 void *hosthandle, in lpfc_nvmet_ls_abort() argument 1360 ndlp = (struct lpfc_nodelist *)hosthandle; in lpfc_nvmet_ls_abort() 1368 lpfc_nvmet_host_release(void *hosthandle) in lpfc_nvmet_host_release() argument 1370 struct lpfc_nodelist *ndlp = hosthandle; in lpfc_nvmet_host_release() 1380 hosthandle); in lpfc_nvmet_host_release()
|