Lines Matching refs:tcm_qla2xxx_tpg
190 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_fabric_wwn()
191 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_get_fabric_wwn()
199 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_tag()
200 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_get_tag()
206 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode()
207 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_mode()
214 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_cache()
215 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_mode_cache()
222 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_write_protect()
223 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_write_protect()
230 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prod_write_protect()
231 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_prod_write_protect()
238 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_login_only()
239 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_mode_login_only()
246 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prot_fabric_only()
247 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_prot_fabric_only()
254 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_get_inst_index()
255 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_get_inst_index()
734 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, \
735 struct tcm_qla2xxx_tpg, se_tpg); \
744 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, \
745 struct tcm_qla2xxx_tpg, se_tpg); \
789 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_enable_show()
790 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_enable_show()
798 struct tcm_qla2xxx_tpg *base_tpg = container_of(work, in tcm_qla2xxx_depend_tpg()
799 struct tcm_qla2xxx_tpg, tpg_base_work); in tcm_qla2xxx_depend_tpg()
812 struct tcm_qla2xxx_tpg *base_tpg = container_of(work, in tcm_qla2xxx_undepend_tpg()
813 struct tcm_qla2xxx_tpg, tpg_base_work); in tcm_qla2xxx_undepend_tpg()
828 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_enable_store()
829 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_enable_store()
877 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_fabric_prot_type_store()
878 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_fabric_prot_type_store()
899 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_fabric_prot_type_show()
900 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_fabric_prot_type_show()
923 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_make_tpg()
937 tpg = kzalloc(sizeof(struct tcm_qla2xxx_tpg), GFP_KERNEL); in tcm_qla2xxx_make_tpg()
966 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_drop_tpg()
967 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_drop_tpg()
999 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_npiv_tpg_enable_store()
1000 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_npiv_tpg_enable_store()
1044 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_npiv_make_tpg()
1053 tpg = kzalloc(sizeof(struct tcm_qla2xxx_tpg), GFP_KERNEL); in tcm_qla2xxx_npiv_make_tpg()
1348 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_check_initiator_node_acl()