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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1396 unsigned int candidate_index = 0; local
1435 if (candidate_index + group_size > g->start_index)
1436 candidate_index = g->start_index + g->max_ftes;
1442 if (candidate_index + group_size > ft->max_fte) {
1449 MLX5_SET(create_flow_group_in, in, start_flow_index, candidate_index);
1450 MLX5_SET(create_flow_group_in, in, end_flow_index, candidate_index +

Completed in 83 milliseconds