Searched refs:hosthandle (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | nvme-fc-driver.h | 974 void *hosthandle, struct nvmefc_ls_req *lsreq); 976 void *hosthandle, struct nvmefc_ls_req *lsreq); 977 void (*host_release)(void *hosthandle); 1023 void *hosthandle, 1048 void *hosthandle);
|
/linux-6.6.21/drivers/nvme/target/ |
D | fc.c | 36 void *hosthandle; member 52 void *hosthandle; member 156 void *hosthandle; member 424 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req() 524 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc() 997 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free() 1018 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport() 1025 nvmet_fc_match_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_match_hostport() argument 1032 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_match_hostport() 1042 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_hostport() argument [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 939 void *hosthandle, struct nvmefc_ls_req *lsreq) in fcloop_t2h_ls_abort() argument
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 1307 void *hosthandle, in lpfc_nvmet_ls_req() argument 1327 ndlp = (struct lpfc_nodelist *)hosthandle; in lpfc_nvmet_ls_req() 1347 void *hosthandle, in lpfc_nvmet_ls_abort() argument 1359 ndlp = (struct lpfc_nodelist *)hosthandle; in lpfc_nvmet_ls_abort() 1367 lpfc_nvmet_host_release(void *hosthandle) in lpfc_nvmet_host_release() argument 1369 struct lpfc_nodelist *ndlp = hosthandle; in lpfc_nvmet_host_release() 1379 hosthandle, ndlp->nlp_DID, ndlp->fc4_xpt_flags, in lpfc_nvmet_host_release()
|