Lines Matching refs:hosthandle
36 void *hosthandle; member
52 void *hosthandle; member
156 void *hosthandle; member
423 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req()
522 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
995 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1016 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport()
1023 nvmet_fc_match_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_match_hostport() argument
1030 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_match_hostport()
1040 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_hostport() argument
1046 if (!hosthandle) in nvmet_fc_alloc_hostport()
1057 match = nvmet_fc_match_hostport(tgtport, hosthandle); in nvmet_fc_alloc_hostport()
1074 match = nvmet_fc_match_hostport(tgtport, hosthandle); in nvmet_fc_alloc_hostport()
1081 newhost->hosthandle = hosthandle; in nvmet_fc_alloc_hostport()
1136 nvmet_fc_alloc_target_assoc(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_target_assoc() argument
1155 assoc->hostport = nvmet_fc_alloc_hostport(tgtport, hosthandle); in nvmet_fc_alloc_target_assoc()
1551 void *hosthandle) in nvmet_fc_invalidate_host() argument
1561 if (assoc->hostport->hosthandle != hosthandle) in nvmet_fc_invalidate_host()
1574 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
1700 tgtport, iod->hosthandle); in nvmet_fc_ls_create_association()
2040 void *hosthandle, in nvmet_fc_rcv_ls_req() argument
2079 iod->hosthandle = hosthandle; in nvmet_fc_rcv_ls_req()
2957 ret = tgtport->ops->host_traddr(hostport->hosthandle, &wwnn, &wwpn); in nvmet_fc_host_traddr()