Lines Matching refs:PCI
5 The PCI Express Advanced Error Reporting Driver Guide HOWTO
19 This guide describes the basics of the PCI Express Advanced Error
22 PCI Express AER driver.
25 What is the PCI Express AER Driver?
28 PCI Express error signaling can occur on the PCI Express link itself
29 or on behalf of transactions initiated on the link. PCI Express
32 required of all PCI Express components providing a minimum defined
34 capability is implemented with a PCI Express advanced error reporting
37 The PCI Express AER driver provides the infrastructure to support PCI
38 Express Advanced Error Reporting capability. The PCI Express AER
45 AER driver only attaches root ports which support PCI-Express AER
52 Include the PCI Express AER Root Driver into the Linux Kernel
55 The PCI Express AER Root driver is a Root Port service driver attached
56 to the PCI Express Port Bus driver. If a user wants to use it, the driver
61 Load PCI Express AER Root Driver
67 grants AER control to the OS via the ACPI _OSC method. See the PCI FW 3.0
105 PCI Express errors are classified into two types: correctable errors
111 interface. The PCI Express protocol can recover without any software
115 can cause a particular transaction or a particular PCI Express link
119 but the PCI Express link itself is fully functional. Fatal errors, on
122 When AER is enabled, a PCI Express device will automatically send an
125 internally processes and logs the error message in its PCI Express
133 Note that the errors as described above are related to the PCI Express
141 AER aware drivers of PCI Express component need change the device
162 PCI error-recovery callbacks
165 The PCI Express AER Root driver uses error callbacks to coordinate
182 the interface. The PCI Express protocol can recover without any
244 What happens if a PCI Express device driver does not provide an
261 How does this infrastructure deal with driver that is not PCI
267 PCI Express, the device might not report its own errors to root
272 with the PCI Express AER Root driver?