Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dmain.c92 priv->flower_ext_feats & NFP_FL_FEATS_TUNNEL_NEIGH_LAG) { in nfp_flower_get_port_id_from_netdev()
709 app_priv->flower_ext_feats | in nfp_flower_sync_feature_bits()
728 if (app_priv->flower_ext_feats & NFP_FL_FEATS_FLOW_MOD) { in nfp_flower_sync_feature_bits()
834 app_priv->flower_ext_feats = 0; in nfp_flower_init()
836 app_priv->flower_ext_feats = features & NFP_FL_FEATS_HOST; in nfp_flower_init()
842 if (app_priv->flower_ext_feats & NFP_FL_FEATS_VF_RLIM) in nfp_flower_init()
868 if (app_priv->flower_ext_feats & NFP_FL_FEATS_VF_RLIM) in nfp_flower_clean()
905 if (!(app_priv->flower_ext_feats & NFP_FL_NBI_MTU_SETTING)) { in nfp_flower_repr_change_mtu()
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()
336 !(priv->flower_ext_feats & NFP_FL_FEATS_IPV6_TUN)) { in nfp_flower_calculate_key_layers()
1144 if (!(priv->flower_ext_feats & NFP_FL_FEATS_VLAN_QINQ)) { in nfp_flower_validate_pre_tun_rule()
1201 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { 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()
1400 if (priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) { in nfp_flower_add_offload()
[all …]
Dqos_conf.c191 pps_support = !!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_PPS); in nfp_flower_install_rate_limiter()
309 pps_support = !!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_PPS); in nfp_flower_remove_rate_limiter()
528 if (!(fl_priv->flower_ext_feats & NFP_FL_FEATS_VF_RLIM)) { in nfp_flower_setup_qos_offload()
707 pps_support = !!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_PPS); in nfp_act_install_actions()
874 if (!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_METER)) in nfp_setup_tc_act_offload()
Daction.c223 if (!(priv->flower_ext_feats & NFP_FL_FEATS_PRE_TUN_RULES) && in nfp_fl_output()
224 !(priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2)) { in nfp_fl_output()
300 if (priv->flower_ext_feats & NFP_FL_FEATS_GENEVE) in nfp_fl_get_tun_from_act()
429 if (ipv6 && !(priv->flower_ext_feats & NFP_FL_FEATS_IPV6_TUN)) in nfp_fl_set_tun()
438 !(priv->flower_ext_feats & NFP_FL_FEATS_GENEVE_OPT))) { in nfp_fl_set_tun()
1216 if (!(fl_priv->flower_ext_feats & NFP_FL_FEATS_QOS_METER)) { in nfp_flower_loop_action()
Dmain.h307 u64 flower_ext_feats; member
Dtunnel_conf.c300 if (!(priv->flower_ext_feats & NFP_FL_FEATS_DECAP_V2) && in nfp_flower_xmit_tun_conf()
305 if (!(priv->flower_ext_feats & NFP_FL_FEATS_TUNNEL_NEIGH_LAG) && in nfp_flower_xmit_tun_conf()
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()