Lines Matching refs:hosthandle
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
1048 if (!hosthandle) in nvmet_fc_alloc_hostport()
1059 match = nvmet_fc_match_hostport(tgtport, hosthandle); in nvmet_fc_alloc_hostport()
1076 match = nvmet_fc_match_hostport(tgtport, hosthandle); in nvmet_fc_alloc_hostport()
1083 newhost->hosthandle = hosthandle; in nvmet_fc_alloc_hostport()
1120 nvmet_fc_alloc_target_assoc(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_target_assoc() argument
1142 assoc->hostport = nvmet_fc_alloc_hostport(tgtport, hosthandle); in nvmet_fc_alloc_target_assoc()
1546 void *hosthandle) in nvmet_fc_invalidate_host() argument
1557 assoc->hostport->hosthandle != hosthandle) in nvmet_fc_invalidate_host()
1570 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
1696 tgtport, iod->hosthandle); in nvmet_fc_ls_create_association()
2036 void *hosthandle, in nvmet_fc_rcv_ls_req() argument
2075 iod->hosthandle = hosthandle; in nvmet_fc_rcv_ls_req()