Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/target/tcm_remote/
Dtcm_remote.c20 static inline struct tcm_remote_tpg *remote_tpg(struct se_portal_group *se_tpg) in remote_tpg()
22 return container_of(se_tpg, struct tcm_remote_tpg, remote_se_tpg); in remote_tpg()
93 struct tcm_remote_tpg *remote_tpg; in tcm_remote_make_tpg()
129 struct tcm_remote_tpg *remote_tpg = container_of(se_tpg, in tcm_remote_drop_tpg()
130 struct tcm_remote_tpg, remote_se_tpg); in tcm_remote_drop_tpg()
Dtcm_remote.h9 struct tcm_remote_tpg { struct
18 struct tcm_remote_tpg remote_hba_tpgs[TL_TPGS_PER_HBA]; argument