Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_conf.c229 struct ft_tpg *tpg; in ft_add_tpg()
284 struct ft_tpg *tpg = container_of(se_tpg, struct ft_tpg, se_tpg); in ft_del_tpg()
313 struct ft_tpg *ft_lport_find_tpg(struct fc_lport *lport) in ft_lport_find_tpg()
390 static inline struct ft_tpg *ft_tpg(struct se_portal_group *se_tpg) in ft_tpg() function
392 return container_of(se_tpg, struct ft_tpg, se_tpg); in ft_tpg()
402 return ft_tpg(se_tpg)->lport_wwn->name; in ft_get_fabric_wwn()
411 return ft_tpg(se_tpg)->index; in ft_get_tag()
425 return ft_tpg(se_tpg)->index; in ft_tpg_get_inst_index()
Dtcm_fc.h68 struct ft_tpg *tpg; /* NULL if TPG deleted before tport */
98 struct ft_tpg { struct
111 struct ft_tpg *tpg; argument
170 struct ft_tpg *ft_lport_find_tpg(struct fc_lport *);
Dtfc_sess.c55 struct ft_tpg *tpg; in ft_tport_get()
95 struct ft_tpg *tpg; in ft_tport_delete()