Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c202 info = &bhdr->table_list[IP_DISCOVERY]; in amdgpu_discovery_init()
220 info = &bhdr->table_list[GC]; in amdgpu_discovery_init()
270 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_reg_base_init()
347 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_get_ip_version()
392 le16_to_cpu(bhdr->table_list[GC].offset)); in amdgpu_discovery_get_gfx_info()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr.c15 struct list_head table_list; member
943 list_add_tail(&mr_table->node, &mr->table_list); in mlxsw_sp_mr_table_create()
1024 list_for_each_entry(mr_table, &mr->table_list, node) { in mlxsw_sp_mr_stats_update()
1049 INIT_LIST_HEAD(&mr->table_list); in mlxsw_sp_mr_init()
/drivers/gpu/drm/amd/include/
Ddiscovery.h60 table_info table_list[TOTAL_TABLES]; member