Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c
H A Dmlx5_fs_core.c1466 unsigned int candidate_index = 0; in alloc_auto_flow_group() local
1482 if (candidate_index + group_size > fg->start_index) in alloc_auto_flow_group()
1483 candidate_index = fg->start_index + fg->max_ftes; in alloc_auto_flow_group()
1489 if (candidate_index + group_size > max_fte) in alloc_auto_flow_group()
1495 candidate_index, in alloc_auto_flow_group()
1496 candidate_index + group_size - 1, in alloc_auto_flow_group()