Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h51 #define NFP_FL_FEATS_VLAN_QINQ BIT(8) macro
70 NFP_FL_FEATS_VLAN_QINQ | \
Doffload.c288 if (priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ && in nfp_flower_calculate_key_layers()
300 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_calculate_key_layers()
1144 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
1252 if ((priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
Dmatch.c560 qinq_sup = !!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ); in nfp_flower_compile_flow_match()
Dconntrack.c830 qinq_sup = !!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ); in nfp_fl_ct_add_offload()