Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1241 int autogroups_max_fte; in mlx5_create_auto_grouped_flow_table() local
1247 autogroups_max_fte = ft->max_fte - num_reserved_entries; in mlx5_create_auto_grouped_flow_table()
1248 if (max_num_groups > autogroups_max_fte) in mlx5_create_auto_grouped_flow_table()
1254 if (autogroups_max_fte / (max_num_groups + 1) > MAX_FLOW_GROUP_SIZE) in mlx5_create_auto_grouped_flow_table()
1255 max_num_groups = (autogroups_max_fte / MAX_FLOW_GROUP_SIZE) - 1; in mlx5_create_auto_grouped_flow_table()
1259 ft->autogroup.max_fte = autogroups_max_fte; in mlx5_create_auto_grouped_flow_table()
1261 ft->autogroup.group_size = autogroups_max_fte / (max_num_groups + 1); in mlx5_create_auto_grouped_flow_table()