Searched refs:isr_err_count (Results 1 – 3 of 3) sorted by relevance
225 u32 isr_err_count; member906 xsdfec->isr_err_count = 0; in xsdfec_clear_stats()920 user_stats.isr_err_count = xsdfec->isr_err_count; in xsdfec_get_stats()1150 u32 isr_err_count; in xsdfec_irq_thread() local1174 isr_err_count = hweight32(isr_err); in xsdfec_irq_thread()1176 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()1178 xsdfec->cecc_count, xsdfec->isr_err_count); in xsdfec_irq_thread()1188 if (isr_err_count) in xsdfec_irq_thread()1189 xsdfec->isr_err_count += isr_err_count; in xsdfec_irq_thread()1204 if (isr_err_count) { in xsdfec_irq_thread()
246 __u32 isr_err_count; member
208 …- For critical error the ``isr_err_count`` or ``uecc_count`` member of :c:type:`struct xsdfec_sta…