Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Dbluefield_edac.c180 enum hw_event_mc_err_type ecc_type; in bluefield_gather_report_ecc() local
184 ecc_type = is_single_ecc ? HW_EVENT_ERR_CORRECTED : in bluefield_gather_report_ecc()
210 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc()
233 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
H A Damd64_edac.c2694 u8 ecc_type) in __log_ecc_error() argument
2699 if (ecc_type == 2) in __log_ecc_error()
2701 else if (ecc_type == 1) in __log_ecc_error()
2703 else if (ecc_type == 3) in __log_ecc_error()
2744 u8 ecc_type = (m->status >> 45) & 0x3; in decode_bus_error() local
2768 if (ecc_type == 2) in decode_bus_error()
2773 __log_ecc_error(mci, &err, ecc_type); in decode_bus_error()
2796 u8 ecc_type = (m->status >> 45) & 0x3; in decode_umc_error() local
2814 ecc_type = 3; in decode_umc_error()
2821 if (ecc_type == 2) { in decode_umc_error()
[all …]