Searched refs:remote_hba (Results 1 – 2 of 2) sorted by relevance
30 return &remote_tpg(se_tpg)->remote_hba->remote_wwn_address[0]; in tcm_remote_get_endpoint_wwn()52 static char *tcm_remote_dump_proto_id(struct tcm_remote_hba *remote_hba) in tcm_remote_dump_proto_id() argument54 switch (remote_hba->remote_proto_id) { in tcm_remote_dump_proto_id()91 struct tcm_remote_hba *remote_hba = container_of(wwn, in tcm_remote_make_tpg() local109 remote_tpg = &remote_hba->remote_hba_tpgs[tpgt]; in tcm_remote_make_tpg()110 remote_tpg->remote_hba = remote_hba; in tcm_remote_make_tpg()116 remote_hba->remote_proto_id); in tcm_remote_make_tpg()121 tcm_remote_dump_proto_id(remote_hba), in tcm_remote_make_tpg()131 struct tcm_remote_hba *remote_hba; in tcm_remote_drop_tpg() local134 remote_hba = remote_tpg->remote_hba; in tcm_remote_drop_tpg()[all …]
12 struct tcm_remote_hba *remote_hba; member