Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.h37 unsigned int *candidate_index; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1753 unsigned int candidate_index = 0; in alloc_auto_flow_group() local
1769 if (candidate_index + group_size > fg->start_index) in alloc_auto_flow_group()
1770 candidate_index = fg->start_index + fg->max_ftes; in alloc_auto_flow_group()
1776 if (candidate_index + group_size > max_fte) in alloc_auto_flow_group()
1782 candidate_index, in alloc_auto_flow_group()
1783 candidate_index + group_size - 1, in alloc_auto_flow_group()