Symbol: crat_subtype_computeunit
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1022
struct crat_subtype_computeunit *cu)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1034
struct crat_subtype_computeunit *cu)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1053
static int kfd_parse_subtype_cu(struct crat_subtype_computeunit *cu,
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1310
struct crat_subtype_computeunit *cu;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1318
cu = (struct crat_subtype_computeunit *)sub_type_hdr;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1770
struct crat_subtype_computeunit *sub_type_hdr)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1774
*avail_size -= sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1778
memset(sub_type_hdr, 0, sizeof(struct crat_subtype_computeunit));
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1782
sub_type_hdr->length = sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1946
(struct crat_subtype_computeunit *)sub_type_hdr);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2264
struct crat_subtype_computeunit *cu;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2289
avail_size -= sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2291
memset(sub_type_hdr, 0, sizeof(struct crat_subtype_computeunit));
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2294
sub_type_hdr->length = sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2298
cu = (struct crat_subtype_computeunit *)sub_type_hdr;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2446
num_nodes * (sizeof(struct crat_subtype_computeunit) +