Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1348 #define MAX_FLOW_GROUP_SIZE BIT(24) macro
1369 if (autogroups_max_fte / (max_num_groups + 1) > MAX_FLOW_GROUP_SIZE) in mlx5_create_auto_grouped_flow_table()
1370 max_num_groups = (autogroups_max_fte / MAX_FLOW_GROUP_SIZE) - 1; in mlx5_create_auto_grouped_flow_table()