Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1217 static int kfd_parse_subtype(struct crat_subtype_generic *sub_type_hdr, in kfd_parse_subtype() argument
1226 switch (sub_type_hdr->type) { in kfd_parse_subtype()
1228 cu = (struct crat_subtype_computeunit *)sub_type_hdr; in kfd_parse_subtype()
1232 mem = (struct crat_subtype_memory *)sub_type_hdr; in kfd_parse_subtype()
1236 cache = (struct crat_subtype_cache *)sub_type_hdr; in kfd_parse_subtype()
1252 iolink = (struct crat_subtype_iolink *)sub_type_hdr; in kfd_parse_subtype()
1257 sub_type_hdr->type); in kfd_parse_subtype()
1277 struct crat_subtype_generic *sub_type_hdr; in kfd_parse_crat_table() local
1314 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()
1315 while ((char *)sub_type_hdr + sizeof(struct crat_subtype_generic) < in kfd_parse_crat_table()
[all …]