Centos-kernel-stream-9/include/ras
Myron Stowe e4b1b96519 PCI/AER: Generalize TLP Header Log reading
JIRA: https://issues.redhat.com/browse/RHEL-33544
Upstream Status: 0a5a46a6a61be7b63c12c18495d427f91f3662a9

commit 0a5a46a6a61be7b63c12c18495d427f91f3662a9
Author: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Date:   Tue Feb 6 15:57:15 2024 +0200

    PCI/AER: Generalize TLP Header Log reading

    Both AER and DPC RP PIO provide TLP Header Log registers (PCIe r6.1 secs
    7.8.4 & 7.9.14) to convey error diagnostics but the struct is named after
    AER as the struct aer_header_log_regs. Also, not all places that handle TLP
    Header Log use the struct and the struct members are named individually.

    Generalize the struct name and members, and use it consistently where TLP
    Header Log is being handled so that a pcie_read_tlp_log() helper can be
    easily added.

    Link: https://lore.kernel.org/r/20240206135717.8565-3-ilpo.jarvinen@linux.intel.com
    Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
    [bhelgaas: drop ixgbe changes for now, tidy whitespace]
    Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Signed-off-by: Myron Stowe <mstowe@redhat.com>
2024-05-13 15:49:50 -06:00
..
ras_event.h PCI/AER: Generalize TLP Header Log reading 2024-05-13 15:49:50 -06:00