Lines Matching refs:tcm_qla2xxx_tpg

164 	struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg,  in tcm_qla2xxx_get_fabric_wwn()
165 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_get_fabric_wwn()
173 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_tag()
174 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_get_tag()
180 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode()
181 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_mode()
188 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_cache()
189 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_mode_cache()
196 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_write_protect()
197 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_write_protect()
204 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prod_write_protect()
205 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_prod_write_protect()
212 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_login_only()
213 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_demo_mode_login_only()
220 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prot_fabric_only()
221 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_check_prot_fabric_only()
228 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_get_inst_index()
229 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_get_inst_index()
442 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_handle_cmd()
467 tpg = container_of(se_tpg, struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_handle_cmd()
851 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, \
852 struct tcm_qla2xxx_tpg, se_tpg); \
861 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, \
862 struct tcm_qla2xxx_tpg, se_tpg); \
915 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_enable_tpg()
916 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_enable_tpg()
946 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_fabric_prot_type_store()
947 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_fabric_prot_type_store()
968 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_fabric_prot_type_show()
969 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_tpg_fabric_prot_type_show()
988 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_make_tpg()
1002 tpg = kzalloc(sizeof(struct tcm_qla2xxx_tpg), GFP_KERNEL); in tcm_qla2xxx_make_tpg()
1032 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_drop_tpg()
1033 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_drop_tpg()
1058 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_npiv_enable_tpg()
1059 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_npiv_enable_tpg()
1084 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_npiv_make_tpg()
1093 tpg = kzalloc(sizeof(struct tcm_qla2xxx_tpg), GFP_KERNEL); in tcm_qla2xxx_npiv_make_tpg()
1369 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_session_cb()
1370 struct tcm_qla2xxx_tpg, se_tpg); in tcm_qla2xxx_session_cb()
1405 struct tcm_qla2xxx_tpg *tpg; in tcm_qla2xxx_check_initiator_node_acl()