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
1750
struct crat_subtype_computeunit *sub_type_hdr)
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1754
*avail_size -= sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1758
memset(sub_type_hdr, 0, sizeof(struct crat_subtype_computeunit));
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1762
sub_type_hdr->length = sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
1926
(struct crat_subtype_computeunit *)sub_type_hdr);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2244
struct crat_subtype_computeunit *cu;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2269
avail_size -= sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2271
memset(sub_type_hdr, 0, sizeof(struct crat_subtype_computeunit));
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2274
sub_type_hdr->length = sizeof(struct crat_subtype_computeunit);
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2278
cu = (struct crat_subtype_computeunit *)sub_type_hdr;
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
2426
num_nodes * (sizeof(struct crat_subtype_computeunit) +