Lines Matching defs:hosthandle
36 void *hosthandle;
52 void *hosthandle;
153 void *hosthandle;
412 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle,
485 * If ls_req is NULL or no hosthandle, it's an older lldd and no
512 lsop->hosthandle = assoc->hostport->hosthandle;
1001 tgtport->ops->host_release(hostport->hosthandle);
1022 if (!hostport || !hostport->hosthandle)
1029 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle)
1035 if (!hosthandle)
1046 if (host->hosthandle == hosthandle && !host->invalid) {
1060 newhost->hosthandle = hosthandle;
1066 if (host->hosthandle == hosthandle && !host->invalid) {
1096 nvmet_fc_alloc_target_assoc(struct nvmet_fc_tgtport *tgtport, void *hosthandle)
1115 assoc->hostport = nvmet_fc_alloc_hostport(tgtport, hosthandle);
1493 * to remove references to a hosthandle for LS's.
1495 * The nvmet-fc layer ensures that any references to the hosthandle
1500 * If an LS request is outstanding to the targetport/hosthandle (or
1515 * hosthandle.
1516 * @hosthandle: the handle (pointer) that represents the host port
1522 void *hosthandle)
1533 assoc->hostport->hosthandle != hosthandle)
1547 tgtport->ops->host_release(hosthandle);
1672 tgtport, iod->hosthandle);
2013 void *hosthandle,
2052 iod->hosthandle = hosthandle;