Lines Matching refs:eeh_stats
130 struct eeh_stats { struct
140 static struct eeh_stats eeh_stats; variable
450 eeh_stats.total_mmio_ffs++; in eeh_dev_check_failure()
456 eeh_stats.no_dn++; in eeh_dev_check_failure()
464 eeh_stats.ignored_check++; in eeh_dev_check_failure()
528 eeh_stats.false_positives++; in eeh_dev_check_failure()
558 eeh_stats.slot_resets++; in eeh_dev_check_failure()
604 eeh_stats.no_device++; in eeh_check_failure()
1575 seq_printf(m, "eeh_total_mmio_ffs=%llu\n", eeh_stats.total_mmio_ffs); in proc_eeh_show()
1586 eeh_stats.no_device, in proc_eeh_show()
1587 eeh_stats.no_dn, in proc_eeh_show()
1588 eeh_stats.no_cfg_addr, in proc_eeh_show()
1589 eeh_stats.ignored_check, in proc_eeh_show()
1590 eeh_stats.total_mmio_ffs, in proc_eeh_show()
1591 eeh_stats.false_positives, in proc_eeh_show()
1592 eeh_stats.slot_resets); in proc_eeh_show()