Home
last modified time | relevance | path

Searched refs:flower_ext_feats (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dmain.c700 app_priv->flower_ext_feats | in nfp_flower_sync_feature_bits()
719 if (app_priv->flower_ext_feats & NFP_FL_FEATS_FLOW_MOD) { in nfp_flower_sync_feature_bits()
825 app_priv->flower_ext_feats = 0; in nfp_flower_init()
827 app_priv->flower_ext_feats = features & NFP_FL_FEATS_HOST; in nfp_flower_init()
833 if (app_priv->flower_ext_feats & NFP_FL_FEATS_VF_RLIM) in nfp_flower_init()
859 if (app_priv->flower_ext_feats & NFP_FL_FEATS_VF_RLIM) in nfp_flower_clean()
896 if (!(app_priv->flower_ext_feats & NFP_FL_NBI_MTU_SETTING)) { in nfp_flower_repr_change_mtu()
A Dqos_conf.c97 pps_support = !!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_PPS); in nfp_flower_install_rate_limiter()
221 pps_support = !!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_PPS); in nfp_flower_remove_rate_limiter()
425 if (!(fl_priv->flower_ext_feats & NFP_FL_FEATS_VF_RLIM)) { in nfp_flower_setup_qos_offload()
A Doffload.c202 if (!(priv->flower_ext_feats & NFP_FL_FEATS_GENEVE)) { in nfp_flower_calc_udp_tun_layer()
220 if (!(priv->flower_ext_feats & NFP_FL_FEATS_GENEVE_OPT)) { in nfp_flower_calc_udp_tun_layer()
283 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_PCP) && in nfp_flower_calculate_key_layers()
288 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()
332 !(priv->flower_ext_feats & NFP_FL_FEATS_IPV6_TUN)) { in nfp_flower_calculate_key_layers()
1142 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
1227 if ((priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
A Daction.c223 if (!(priv->flower_ext_feats & NFP_FL_FEATS_PRE_TUN_RULES)) { in nfp_fl_output()
299 if (priv->flower_ext_feats & NFP_FL_FEATS_GENEVE) in nfp_fl_get_tun_from_act()
416 if (ipv6 && !(priv->flower_ext_feats & NFP_FL_FEATS_IPV6_TUN)) in nfp_fl_set_tun()
424 !(priv->flower_ext_feats & NFP_FL_FEATS_GENEVE_OPT))) { in nfp_fl_set_tun()
A Dmain.h205 u64 flower_ext_feats; member
A Dmatch.c537 qinq_sup = !!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ); in nfp_flower_compile_flow_match()
A Dconntrack.c561 qinq_sup = !!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ); in nfp_fl_ct_add_offload()

Completed in 24 milliseconds