Lines Matching defs:hosthandle
36 void *hosthandle;
52 void *hosthandle;
156 void *hosthandle;
424 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle,
497 * If ls_req is NULL or no hosthandle, it's an older lldd and no
524 lsop->hosthandle = assoc->hostport->hosthandle;
997 tgtport->ops->host_release(hostport->hosthandle);
1018 if (!hostport || !hostport->hosthandle)
1025 nvmet_fc_match_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle)
1032 if (host->hosthandle == hosthandle && !host->invalid) {
1042 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle)
1048 if (!hosthandle)
1059 match = nvmet_fc_match_hostport(tgtport, hosthandle);
1076 match = nvmet_fc_match_hostport(tgtport, hosthandle);
1083 newhost->hosthandle = hosthandle;
1120 nvmet_fc_alloc_target_assoc(struct nvmet_fc_tgtport *tgtport, void *hosthandle)
1142 assoc->hostport = nvmet_fc_alloc_hostport(tgtport, hosthandle);
1517 * to remove references to a hosthandle for LS's.
1519 * The nvmet-fc layer ensures that any references to the hosthandle
1524 * If an LS request is outstanding to the targetport/hosthandle (or
1539 * hosthandle.
1540 * @hosthandle: the handle (pointer) that represents the host port
1546 void *hosthandle)
1557 assoc->hostport->hosthandle != hosthandle)
1570 tgtport->ops->host_release(hosthandle);
1696 tgtport, iod->hosthandle);
2028 * @hosthandle: pointer to the host specific data, gets stored in iod.
2036 void *hosthandle,
2075 iod->hosthandle = hosthandle;