Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c212 info = &bhdr->table_list[IP_DISCOVERY]; in amdgpu_discovery_init()
230 info = &bhdr->table_list[GC]; in amdgpu_discovery_init()
278 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_reg_base_init()
355 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_get_ip_version()
393 le16_to_cpu(bhdr->table_list[GC].offset)); in amdgpu_discovery_get_gfx_info()
/Linux-v5.4/drivers/gpu/drm/amd/include/
Ddiscovery.h61 table_info table_list[TOTAL_TABLES]; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr.c14 struct list_head table_list; member
930 list_add_tail(&mr_table->node, &mr->table_list); in mlxsw_sp_mr_table_create()
1004 list_for_each_entry(mr_table, &mr->table_list, node) in mlxsw_sp_mr_stats_update()
1026 INIT_LIST_HEAD(&mr->table_list); in mlxsw_sp_mr_init()