Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Daer.c58 struct aer_stats { struct
380 dev->aer_stats = kzalloc(sizeof(struct aer_stats), GFP_KERNEL); in pci_aer_init()
401 kfree(dev->aer_stats); in pci_aer_exit()
402 dev->aer_stats = NULL; in pci_aer_exit()
602 if (!pdev->aer_stats) in aer_stats_attrs_are_visible()
626 struct aer_stats *aer_stats = pdev->aer_stats; in pci_dev_aer_stats_incr() local
628 if (!aer_stats) in pci_dev_aer_stats_incr()
633 aer_stats->dev_total_cor_errs++; in pci_dev_aer_stats_incr()
643 aer_stats->dev_total_fatal_errs++; in pci_dev_aer_stats_incr()
656 struct aer_stats *aer_stats = pdev->aer_stats; in pci_rootport_aer_stats_incr() local
[all …]
/linux-6.15/Documentation/PCI/
H A Dpcieaer-howto.rst93 Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
/linux-6.15/include/linux/
H A Dpci.h351 struct aer_stats *aer_stats; /* AER stats for this device */ member