Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h49 #define NFP_FL_FEATS_VLAN_QINQ BIT(8) macro
64 NFP_FL_FEATS_VLAN_QINQ)
Doffload.c290 if (priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ && in nfp_flower_calculate_key_layers()
302 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_calculate_key_layers()
1120 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
1187 if ((priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
Dmatch.c496 qinq_sup = !!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ); in nfp_flower_compile_flow_match()