Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1434 unsigned int candidate_index = 0; in create_autogroup() local
1472 if (candidate_index + group_size > g->start_index) in create_autogroup()
1473 candidate_index = g->start_index + g->max_ftes; in create_autogroup()
1479 if (candidate_index + group_size > max_fte) { in create_autogroup()
1486 MLX5_SET(create_flow_group_in, in, start_flow_index, candidate_index); in create_autogroup()
1487 MLX5_SET(create_flow_group_in, in, end_flow_index, candidate_index + in create_autogroup()