Searched refs:cecc_count (Results 1 – 3 of 3) sorted by relevance
226 u32 cecc_count; member908 xsdfec->cecc_count = 0; in xsdfec_clear_stats()921 user_stats.cecc_count = xsdfec->cecc_count; in xsdfec_get_stats()1126 u32 cecc_count; in xsdfec_irq_thread() local1149 cecc_count = aecc_count - 2 * uecc_count; in xsdfec_irq_thread()1153 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()1155 xsdfec->cecc_count, xsdfec->isr_err_count); in xsdfec_irq_thread()1162 if (cecc_count) in xsdfec_irq_thread()1163 xsdfec->cecc_count += cecc_count; in xsdfec_irq_thread()1178 if (cecc_count) in xsdfec_irq_thread()
247 __u32 cecc_count; member
209 …- For non-critical errors the ``cecc_count`` member of :c:type:`struct xsdfec_stats <xsdfec_stats>…
Completed in 11 milliseconds