Searched refs:ecc_type (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | bluefield_edac.c | 100 enum hw_event_mc_err_type ecc_type; in bluefield_gather_report_ecc() local 104 ecc_type = is_single_ecc ? HW_EVENT_ERR_CORRECTED : in bluefield_gather_report_ecc() 125 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc() 140 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
|
H A D | amd64_edac.c | 2541 u8 ecc_type) in __log_ecc_error() 2546 if (ecc_type == 2) in __log_ecc_error() 2548 else if (ecc_type == 1) in __log_ecc_error() 2550 else if (ecc_type == 3) in __log_ecc_error() 2591 u8 ecc_type = (m->status >> 45) & 0x3; in decode_bus_error() local 2615 if (ecc_type == 2) in decode_bus_error() 2620 __log_ecc_error(mci, &err, ecc_type); in decode_bus_error() 2639 u8 ecc_type = (m->status >> 45) & 0x3; in decode_umc_error() local 2654 ecc_type = 3; in decode_umc_error() 2663 if (ecc_type in decode_umc_error() 2540 __log_ecc_error(struct mem_ctl_info *mci, struct err_info *err, u8 ecc_type) __log_ecc_error() argument [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | bluefield_edac.c | 100 enum hw_event_mc_err_type ecc_type; in bluefield_gather_report_ecc() local 104 ecc_type = is_single_ecc ? HW_EVENT_ERR_CORRECTED : in bluefield_gather_report_ecc() 125 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc() 140 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
|
H A D | amd64_edac.c | 2964 u8 ecc_type) in __log_ecc_error() 2969 if (ecc_type == 2) in __log_ecc_error() 2971 else if (ecc_type == 1) in __log_ecc_error() 2973 else if (ecc_type == 3) in __log_ecc_error() 3014 u8 ecc_type = (m->status >> 45) & 0x3; in decode_bus_error() local 3038 if (ecc_type == 2) in decode_bus_error() 3043 __log_ecc_error(mci, &err, ecc_type); in decode_bus_error() 3066 u8 ecc_type = (m->status >> 45) & 0x3; in decode_umc_error() local 3083 ecc_type = 3; in decode_umc_error() 3090 if (ecc_type in decode_umc_error() 2963 __log_ecc_error(struct mem_ctl_info *mci, struct err_info *err, u8 ecc_type) __log_ecc_error() argument [all...] |
Completed in 10 milliseconds