Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h101 unsigned int max_types; member
H A Dmlx5_fs_tree.c916 ft->autogroup.max_types = max_num_groups; in mlx5_create_auto_grouped_flow_table()
1433 if (ft->autogroup.num_types < ft->autogroup.max_types) in create_autogroup()
1434 group_size = ft->max_fte / (ft->autogroup.max_types + 1); in create_autogroup()