Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_aca.c62 struct aca_ecc_count *xcd_ecc; in aca_report_ecc_info() local
66 xcd_ecc = &aid_ecc->xcd.xcd[xcd_id].ecc_err; in aca_report_ecc_info()
67 ecc_count.total_ue_count += xcd_ecc->total_ue_count; in aca_report_ecc_info()
68 ecc_count.total_de_count += xcd_ecc->total_de_count; in aca_report_ecc_info()
69 ecc_count.total_ce_count += xcd_ecc->total_ce_count; in aca_report_ecc_info()