• Home
  • Raw
  • Download

Lines Matching refs:hosthandle

36 	void				*hosthandle;  member
52 void *hosthandle; member
154 void *hosthandle; member
414 ret = tgtport->ops->ls_req(&tgtport->fc_target_port, lsop->hosthandle, in __nvmet_fc_send_ls_req()
514 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
996 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1017 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport()
1024 nvmet_fc_match_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_match_hostport() argument
1031 if (host->hosthandle == hosthandle && !host->invalid) { in nvmet_fc_match_hostport()
1041 nvmet_fc_alloc_hostport(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_hostport() argument
1047 if (!hosthandle) in nvmet_fc_alloc_hostport()
1058 match = nvmet_fc_match_hostport(tgtport, hosthandle); in nvmet_fc_alloc_hostport()
1075 match = nvmet_fc_match_hostport(tgtport, hosthandle); in nvmet_fc_alloc_hostport()
1084 newhost->hosthandle = hosthandle; in nvmet_fc_alloc_hostport()
1106 nvmet_fc_alloc_target_assoc(struct nvmet_fc_tgtport *tgtport, void *hosthandle) in nvmet_fc_alloc_target_assoc() argument
1125 assoc->hostport = nvmet_fc_alloc_hostport(tgtport, hosthandle); in nvmet_fc_alloc_target_assoc()
1532 void *hosthandle) in nvmet_fc_invalidate_host() argument
1543 assoc->hostport->hosthandle != hosthandle) in nvmet_fc_invalidate_host()
1557 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
1682 tgtport, iod->hosthandle); in nvmet_fc_ls_create_association()
2024 void *hosthandle, in nvmet_fc_rcv_ls_req() argument
2063 iod->hosthandle = hosthandle; in nvmet_fc_rcv_ls_req()