Searched refs:isr_err_count (Results 1 – 3 of 3) sorted by relevance
225 u32 isr_err_count; member907 xsdfec->isr_err_count = 0; in xsdfec_clear_stats()921 user_stats.isr_err_count = xsdfec->isr_err_count; in xsdfec_get_stats()1128 u32 isr_err_count; in xsdfec_irq_thread() local1152 isr_err_count = hweight32(isr_err); in xsdfec_irq_thread()1154 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()1156 xsdfec->cecc_count, xsdfec->isr_err_count); in xsdfec_irq_thread()1166 if (isr_err_count) in xsdfec_irq_thread()1167 xsdfec->isr_err_count += isr_err_count; in xsdfec_irq_thread()1182 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…