Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h54 #define NFP_FL_FEATS_DECAP_V2 BIT(11) macro
72 NFP_FL_FEATS_DECAP_V2)
Doffload.c1199 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_validate_pre_tun_rule()
1398 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_add_offload()
1593 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_del_offload()
Daction.c224 !(priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2)) { in nfp_fl_output()
Dtunnel_conf.c288 if (!(priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) && in nfp_flower_xmit_tun_conf()