Lines Matching refs:eeh_stats
130 struct eeh_stats { struct
140 static struct eeh_stats eeh_stats; argument
434 eeh_stats.total_mmio_ffs++; in eeh_dev_check_failure()
440 eeh_stats.no_dn++; in eeh_dev_check_failure()
448 eeh_stats.ignored_check++; in eeh_dev_check_failure()
521 eeh_stats.false_positives++; in eeh_dev_check_failure()
551 eeh_stats.slot_resets++; in eeh_dev_check_failure()
597 eeh_stats.no_device++; in eeh_check_failure()
1553 seq_printf(m, "eeh_total_mmio_ffs=%llu\n", eeh_stats.total_mmio_ffs); in proc_eeh_show()
1564 eeh_stats.no_device, in proc_eeh_show()
1565 eeh_stats.no_dn, in proc_eeh_show()
1566 eeh_stats.no_cfg_addr, in proc_eeh_show()
1567 eeh_stats.ignored_check, in proc_eeh_show()
1568 eeh_stats.total_mmio_ffs, in proc_eeh_show()
1569 eeh_stats.false_positives, in proc_eeh_show()
1570 eeh_stats.slot_resets); in proc_eeh_show()