Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1084 int alloc_entries; in mlx5_esw_query_functions() local
1090 alloc_entries = MLX5_CAP_GEN(dev, in mlx5_esw_query_functions()
1092 alloc_entries = max(alloc_entries, 1); in mlx5_esw_query_functions()
1097 alloc_entries * MLX5_UN_SZ_BYTES(net_function_params); in mlx5_esw_query_functions()
1120 if (num_entries > alloc_entries) { in mlx5_esw_query_functions()
1122 num_entries, alloc_entries); in mlx5_esw_query_functions()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c349 pgoff_t offset, bool alloc_entries) in xe_pt_new_shared() argument
379 if (alloc_entries) { in xe_pt_new_shared()