Home
last modified time | relevance | path

Searched refs:aer_stats (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/pci/pcie/
Daer.c63 struct aer_stats { struct
470 dev->aer_stats = kzalloc(sizeof(struct aer_stats), GFP_KERNEL); in pci_aer_init()
477 kfree(dev->aer_stats); in pci_aer_exit()
478 dev->aer_stats = NULL; in pci_aer_exit()
595 u64 *stats = pdev->aer_stats->stats_array; \
606 pdev->aer_stats->total_field); \
627 return sprintf(buf, "%llu\n", pdev->aer_stats->field); \
654 if (!pdev->aer_stats) in aer_stats_attrs_are_visible()
676 struct aer_stats *aer_stats = pdev->aer_stats; in pci_dev_aer_stats_incr() local
678 if (!aer_stats) in pci_dev_aer_stats_incr()
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats106 Where: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor
112 Where: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal
118 Where: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal
/Linux-v4.19/Documentation/PCI/
Dpcieaer-howto.txt80 Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
/Linux-v4.19/include/linux/
Dpci.h305 struct aer_stats *aer_stats; /* AER stats for this device */ member