Lines Matching refs:hosthandle
36 void *hosthandle; member
52 void *hosthandle; member
153 void *hosthandle; member
412 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req()
512 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
1001 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1022 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport()
1029 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_hostport() argument
1035 if (!hosthandle) in nvmet_fc_alloc_hostport()
1046 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_alloc_hostport()
1060 newhost->hosthandle = hosthandle; in nvmet_fc_alloc_hostport()
1066 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_alloc_hostport()
1096 nvmet_fc_alloc_target_assoc(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_target_assoc() argument
1115 assoc->hostport = nvmet_fc_alloc_hostport(tgtport, hosthandle); in nvmet_fc_alloc_target_assoc()
1522 void *hosthandle) in nvmet_fc_invalidate_host() argument
1533 assoc->hostport->hosthandle != hosthandle) in nvmet_fc_invalidate_host()
1547 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
1672 tgtport, iod->hosthandle); in nvmet_fc_ls_create_association()
2011 void *hosthandle, in nvmet_fc_rcv_ls_req() argument
2050 iod->hosthandle = hosthandle; in nvmet_fc_rcv_ls_req()