Searched refs:single_error_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/edac/
H A Dbluefield_edac.c149 u32 ecc_count, single_error_count, double_error_count, ecc_error = 0; local
159 single_error_count = FIELD_GET(MLXBF_ECC_CNT__SERR_CNT, ecc_count);
162 if (single_error_count) {
165 bluefield_gather_report_ecc(mci, single_error_count, 1);

Completed in 106 milliseconds