Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dfs.c723 int max_table_size; in get_flow_table() local
730 max_table_size = BIT(MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, in get_flow_table()
752 max_table_size = BIT(MLX5_CAP_FLOWTABLE_NIC_TX( in get_flow_table()
793 max_table_size = min_t(int, num_entries, max_table_size); in get_flow_table()
797 return _get_prio(dev, ns, prio, priority, max_table_size, in get_flow_table()
1426 int max_table_size = 0; in _get_flow_table() local
1440 max_table_size = BIT( in _get_flow_table()
1450 max_table_size = BIT( in _get_flow_table()
1457 max_table_size = BIT( in _get_flow_table()
1468 max_table_size = BIT( in _get_flow_table()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c760 uint32_t max_table_size = 0; in smu_init_fb_allocations() local
786 if (max_table_size < tables[i].size) in smu_init_fb_allocations()
787 max_table_size = tables[i].size; in smu_init_fb_allocations()
790 driver_table->size = max_table_size; in smu_init_fb_allocations()