Symbol: MLX5_MAX_FLOW_FWD_VPORTS
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h
28
int ifindexes[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/mirred.c
147
if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h
36
const struct ip_tunnel_info *tun_info[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h
37
struct mlx5e_mpls_info mpls_info[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h
42
int mirred_ifindex[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h
90
struct encap_route_flow_item encap_routes[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h
96
struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1046
for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1101
for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
139
for (i = 0; i < MLX5_MAX_FLOW_FWD_VPORTS; i++) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
1739
for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++)
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
3714
for (i = 0; i < MLX5_MAX_FLOW_FWD_VPORTS; i++) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4466
for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++)
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
562
} dests[MLX5_MAX_FLOW_FWD_VPORTS];
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
683
dest = kzalloc_objs(*dest, MLX5_MAX_FLOW_FWD_VPORTS + 1);
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
811
dest = kzalloc_objs(*dest, MLX5_MAX_FLOW_FWD_VPORTS + 1);
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
894
for (i = 0; i < MLX5_MAX_FLOW_FWD_VPORTS; i++) {