Searched refs:ft_tpg (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/target/tcm_fc/
H A Dtcm_fc.h56 struct ft_tpg *tpg; /* NULL if TPG deleted before tport */
86 struct ft_tpg { struct
99 struct ft_tpg *tpg;
156 struct ft_tpg *ft_lport_find_tpg(struct fc_lport *);
H A Dtfc_conf.c221 struct ft_tpg *tpg;
276 struct ft_tpg *tpg = container_of(se_tpg, struct ft_tpg, se_tpg);
305 struct ft_tpg *ft_lport_find_tpg(struct fc_lport *lport)
382 static inline struct ft_tpg *ft_tpg(struct se_portal_group *se_tpg) function
384 return container_of(se_tpg, struct ft_tpg, se_tpg);
389 return ft_tpg(se_tpg)->lport_wwn->name;
398 return ft_tpg(se_tpg)->index;
403 return ft_tpg(se_tp
[all...]
H A Dtfc_sess.c43 struct ft_tpg *tpg;
83 struct ft_tpg *tpg;

Completed in 181 milliseconds