Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h248 #define MLX5_MAX_FLOW_FWD_VPORTS 2 macro
252 struct mlx5_eswitch_rep *out_rep[MLX5_MAX_FLOW_FWD_VPORTS];
253 struct mlx5_core_dev *out_mdev[MLX5_MAX_FLOW_FWD_VPORTS];
Deswitch_offloads.c51 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()
Den_tc.c2712 if (attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions()