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()
512 eeh_stats.false_positives++; in eeh_dev_check_failure()
542 eeh_stats.slot_resets++; in eeh_dev_check_failure()
588 eeh_stats.no_device++; in eeh_check_failure()
1564 seq_printf(m, "eeh_total_mmio_ffs=%llu\n", eeh_stats.total_mmio_ffs); in proc_eeh_show()
1575 eeh_stats.no_device, in proc_eeh_show()
1576 eeh_stats.no_dn, in proc_eeh_show()
1577 eeh_stats.no_cfg_addr, in proc_eeh_show()
1578 eeh_stats.ignored_check, in proc_eeh_show()
1579 eeh_stats.total_mmio_ffs, in proc_eeh_show()
1580 eeh_stats.false_positives, in proc_eeh_show()
1581 eeh_stats.slot_resets); in proc_eeh_show()