Lines Matching refs:eeh_stats
130 struct eeh_stats { struct
140 static struct eeh_stats eeh_stats; argument
426 eeh_stats.total_mmio_ffs++; in eeh_dev_check_failure()
432 eeh_stats.no_dn++; in eeh_dev_check_failure()
440 eeh_stats.ignored_check++; in eeh_dev_check_failure()
504 eeh_stats.false_positives++; in eeh_dev_check_failure()
534 eeh_stats.slot_resets++; in eeh_dev_check_failure()
580 eeh_stats.no_device++; in eeh_check_failure()
1552 seq_printf(m, "eeh_total_mmio_ffs=%llu\n", eeh_stats.total_mmio_ffs); in proc_eeh_show()
1563 eeh_stats.no_device, in proc_eeh_show()
1564 eeh_stats.no_dn, in proc_eeh_show()
1565 eeh_stats.no_cfg_addr, in proc_eeh_show()
1566 eeh_stats.ignored_check, in proc_eeh_show()
1567 eeh_stats.total_mmio_ffs, in proc_eeh_show()
1568 eeh_stats.false_positives, in proc_eeh_show()
1569 eeh_stats.slot_resets); in proc_eeh_show()