Home
last modified time | relevance | path

Searched refs:hosthandle (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dnvme-fc-driver.h974 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.1.9/drivers/nvme/target/
Dfc.c36 void *hosthandle; member
52 void *hosthandle; member
154 void *hosthandle; member
414 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req()
514 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
996 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1017 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport()
1024 nvmet_fc_match_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_match_hostport() argument
1031 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_match_hostport()
1041 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_hostport() argument
[all …]
Dfcloop.c431 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
936 void *hosthandle, struct nvmefc_ls_req *lsreq) in fcloop_t2h_ls_abort() argument
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_nvmet.c1307 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()