Searched refs:aid_ecc (Results 1 – 1 of 1) sorted by relevance
53 struct aca_aid_ecc *aid_ecc, in aca_report_ecc_info() argument65 for (xcd_id = 0; xcd_id < aid_ecc->xcd.xcd_num; xcd_id++) { in aca_report_ecc_info()66 xcd_ecc = &aid_ecc->xcd.xcd[xcd_id].ecc_err; in aca_report_ecc_info()72 ecc_count.total_ue_count = aid_ecc->ecc_err.total_ue_count; in aca_report_ecc_info()73 ecc_count.total_de_count = aid_ecc->ecc_err.total_de_count; in aca_report_ecc_info()74 ecc_count.total_ce_count = aid_ecc->ecc_err.total_ce_count; in aca_report_ecc_info()209 struct aca_aid_ecc *aid_ecc; in aca_log_bad_bank() local219 aid_ecc = &aca_blk->ecc.socket[info->socket_id].aid[info->die_id]; in aca_log_bad_bank()221 ecc_err = &aid_ecc->xcd.xcd[info->xcd_id].ecc_err; in aca_log_bad_bank()223 ecc_err = &aid_ecc->ecc_err; in aca_log_bad_bank()[all …]