Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c399 info = &bhdr->table_list[IP_DISCOVERY]; in amdgpu_discovery_init()
420 info = &bhdr->table_list[GC]; in amdgpu_discovery_init()
442 info = &bhdr->table_list[HARVEST_INFO]; in amdgpu_discovery_init()
464 info = &bhdr->table_list[VCN_INFO]; in amdgpu_discovery_init()
486 info = &bhdr->table_list[MALL_INFO]; in amdgpu_discovery_init()
554 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_read_harvest_bit_per_ip()
615 offset = le16_to_cpu(bhdr->table_list[HARVEST_INFO].offset); in amdgpu_discovery_read_from_harvest_table()
1231 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_reg_base_init()
1427 offset = le16_to_cpu(bhdr->table_list[GC].offset); in amdgpu_discovery_get_gfx_info()
1527 offset = le16_to_cpu(bhdr->table_list[MALL_INFO].offset); in amdgpu_discovery_get_mall_info()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c15 struct list_head table_list; member
940 list_add_tail(&mr_table->node, &mr->table_list); in mlxsw_sp_mr_table_create()
1021 list_for_each_entry(mr_table, &mr->table_list, node) { in mlxsw_sp_mr_stats_update()
1046 INIT_LIST_HEAD(&mr->table_list); in mlxsw_sp_mr_init()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Ddiscovery.h64 table_info table_list[TOTAL_TABLES]; member