Home
last modified time | relevance | path

Searched refs:remote_hba (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/target/tcm_remote/
H A Dtcm_remote.c30 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() argument
54 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() local
109 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() local
134 remote_hba = remote_tpg->remote_hba; in tcm_remote_drop_tpg()
[all …]
H A Dtcm_remote.h12 struct tcm_remote_hba *remote_hba; member