Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h54 #define NFP_FL_FEATS_DECAP_V2 BIT(11) macro
73 NFP_FL_FEATS_DECAP_V2 | \
H A Doffload.c1197 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_validate_pre_tun_rule()
1396 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_add_offload()
1591 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_del_offload()
H A Daction.c224 !(priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2)) { in nfp_fl_output()
H A Dtunnel_conf.c300 if (!(priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) && in nfp_flower_xmit_tun_conf()