Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Dfs.h151 int max_num_groups,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1108 int max_num_groups, in mlx5_create_auto_grouped_flow_table() argument
1115 if (max_num_groups > num_flow_table_entries) in mlx5_create_auto_grouped_flow_table()
1128 ft->autogroup.required_groups = max_num_groups; in mlx5_create_auto_grouped_flow_table()
1130 ft->autogroup.group_size = ft->max_fte / (max_num_groups + 1); in mlx5_create_auto_grouped_flow_table()