Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
A Daer.c53 struct aer_stats { struct
378 dev->aer_stats = kzalloc(sizeof(struct aer_stats), GFP_KERNEL); in pci_aer_init()
394 kfree(dev->aer_stats); in pci_aer_exit()
395 dev->aer_stats = NULL; in pci_aer_exit()
595 if (!pdev->aer_stats) in aer_stats_attrs_are_visible()
619 struct aer_stats *aer_stats = pdev->aer_stats; in pci_dev_aer_stats_incr() local
621 if (!aer_stats) in pci_dev_aer_stats_incr()
626 aer_stats->dev_total_cor_errs++; in pci_dev_aer_stats_incr()
636 aer_stats->dev_total_fatal_errs++; in pci_dev_aer_stats_incr()
649 struct aer_stats *aer_stats = pdev->aer_stats; in pci_rootport_aer_stats_incr() local
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-pci-devices-aer_stats103 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor
109 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal
115 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal
/linux/Documentation/PCI/
A Dpcieaer-howto.rst94 Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
/linux/include/linux/
A Dpci.h331 struct aer_stats *aer_stats; /* AER stats for this device */ member

Completed in 16 milliseconds