Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h36 const struct ip_tunnel_info *tun_info[MLX5_MAX_FLOW_FWD_VPORTS];
37 struct mlx5e_mpls_info mpls_info[MLX5_MAX_FLOW_FWD_VPORTS];
42 int mirred_ifindex[MLX5_MAX_FLOW_FWD_VPORTS];
90 struct encap_route_flow_item encap_routes[MLX5_MAX_FLOW_FWD_VPORTS];
96 struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS];
H A Dtc_tun_encap.c131 for (i = 0; i < MLX5_MAX_FLOW_FWD_VPORTS; i++) { in mlx5e_tc_flow_all_encaps_valid()
1040 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) { in mlx5e_tc_tun_encap_dests_set()
1095 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) { in mlx5e_tc_tun_encap_dests_unset()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.h28 int ifindexes[MLX5_MAX_FLOW_FWD_VPORTS];
H A Dmirred.c147 if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in tc_act_can_offload_mirred()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h505 #define MLX5_MAX_FLOW_FWD_VPORTS 32 macro
535 } dests[MLX5_MAX_FLOW_FWD_VPORTS];
H A Deswitch_offloads.c673 dest = kcalloc(MLX5_MAX_FLOW_FWD_VPORTS + 1, sizeof(*dest), GFP_KERNEL); in mlx5_eswitch_add_offloaded_rule()
801 dest = kcalloc(MLX5_MAX_FLOW_FWD_VPORTS + 1, sizeof(*dest), GFP_KERNEL); in mlx5_eswitch_add_fwd_rule()
884 for (i = 0; i < MLX5_MAX_FLOW_FWD_VPORTS; i++) { in __mlx5_eswitch_del_rule()
H A Den_tc.c1734 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in has_encap_dests()
3595 for (i = 0; i < MLX5_MAX_FLOW_FWD_VPORTS; i++) { in mlx5e_tc_get_encap_attr()
4347 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in mlx5e_alloc_flow()