Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h51 #define NFP_FL_FEATS_VLAN_QINQ BIT(8) macro
69 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()
1142 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
1250 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.c802 qinq_sup = !!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ); in nfp_fl_ct_add_offload()