Searched refs:MLX5_MAX_FLOW_FWD_VPORTS (Results 1 – 3 of 3) sorted by relevance
248 #define MLX5_MAX_FLOW_FWD_VPORTS 2 macro252 struct mlx5_eswitch_rep *out_rep[MLX5_MAX_FLOW_FWD_VPORTS];253 struct mlx5_core_dev *out_mdev[MLX5_MAX_FLOW_FWD_VPORTS];
51 struct mlx5_flow_destination dest[MLX5_MAX_FLOW_FWD_VPORTS + 1] = {}; in mlx5_eswitch_add_offloaded_rule()152 struct mlx5_flow_destination dest[MLX5_MAX_FLOW_FWD_VPORTS + 1] = {}; in mlx5_eswitch_add_fwd_rule()
2712 if (attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions()