Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_core.c1505 unsigned int candidate_index = 0; in alloc_auto_flow_group() local
1521 if (candidate_index + group_size > fg->start_index) in alloc_auto_flow_group()
1522 candidate_index = fg->start_index + fg->max_ftes; in alloc_auto_flow_group()
1528 if (candidate_index + group_size > max_fte) in alloc_auto_flow_group()
1534 candidate_index, in alloc_auto_flow_group()
1535 candidate_index + group_size - 1, in alloc_auto_flow_group()

Completed in 12 milliseconds