tun_cls           170 drivers/net/ethernet/qlogic/qed/qed.h 	enum qed_tunn_clss tun_cls;
tun_cls           254 drivers/net/ethernet/qlogic/qed/qed_main.c 	if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
tun_cls           259 drivers/net/ethernet/qlogic/qed/qed_main.c 	    tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
tun_cls           260 drivers/net/ethernet/qlogic/qed/qed_main.c 	    tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN)
tun_cls           264 drivers/net/ethernet/qlogic/qed/qed_main.c 	    tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
tun_cls           265 drivers/net/ethernet/qlogic/qed/qed_main.c 	    tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN)
tun_cls          1271 drivers/net/ethernet/qlogic/qed/qed_main.c 	tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
tun_cls          1272 drivers/net/ethernet/qlogic/qed/qed_main.c 	tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
tun_cls          1273 drivers/net/ethernet/qlogic/qed/qed_main.c 	tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
tun_cls          1274 drivers/net/ethernet/qlogic/qed/qed_main.c 	tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
tun_cls          1275 drivers/net/ethernet/qlogic/qed/qed_main.c 	tunn_info.ip_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
tun_cls           180 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls);
tun_cls           181 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->vxlan.tun_cls = type;
tun_cls           182 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls);
tun_cls           183 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->l2_gre.tun_cls = type;
tun_cls           184 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls);
tun_cls           185 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->ip_gre.tun_cls = type;
tun_cls           186 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls);
tun_cls           187 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->l2_geneve.tun_cls = type;
tun_cls           188 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls);
tun_cls           189 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	p_tun->ip_geneve.tun_cls = type;
tun_cls           209 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	*p_tunn_cls = tun_type->tun_cls;
tun_cls          2197 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_resp->vxlan_clss = p_tun->vxlan.tun_cls;
tun_cls          2198 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_resp->l2gre_clss = p_tun->l2_gre.tun_cls;
tun_cls          2199 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_resp->ipgre_clss = p_tun->ip_gre.tun_cls;
tun_cls          2200 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls;
tun_cls          2201 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls;
tun_cls          2209 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			      enum qed_tunn_mode mask, u8 tun_cls)
tun_cls          2218 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_tun->tun_cls = tun_cls;
tun_cls          2226 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			    u8 tun_cls, u8 update_port, u16 port)
tun_cls          2233 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	__qed_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls);
tun_cls          2277 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	    (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN ||
tun_cls          2278 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	     tun_src->l2_geneve.tun_cls != QED_TUNN_CLSS_MAC_VLAN ||
tun_cls          2279 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	     tun_src->ip_geneve.tun_cls != QED_TUNN_CLSS_MAC_VLAN ||
tun_cls          2280 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	     tun_src->l2_gre.tun_cls != QED_TUNN_CLSS_MAC_VLAN ||
tun_cls          2281 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	     tun_src->ip_gre.tun_cls != QED_TUNN_CLSS_MAC_VLAN)) {
tun_cls           593 drivers/net/ethernet/qlogic/qed/qed_vf.c 	*p_cls = p_src->tun_cls;
tun_cls           635 drivers/net/ethernet/qlogic/qed/qed_vf.c 		p_tun->tun_cls = tunn_cls;