Lines Matching +full:os +full:- +full:initiated

1 .. SPDX-License-Identifier: GPL-2.0
8 :Authors: - T. Long Nguyen <tom.l.nguyen@intel.com>
9 - Yanmin Zhang <yanmin.zhang@intel.com>
17 ----------------
26 -----------------------------------
29 or on behalf of transactions initiated on the link. PCI Express
41 - Gathers the comprehensive error information if errors occurred.
42 - Reports error to the users.
43 - Performs error recovery actions.
45 AER driver only attaches root ports which support PCI-Express AER
53 -------------------------------------------------------------
62 --------------------------------
67 grants AER control to the OS via the ACPI _OSC method. See the PCI FW 3.0
71 ----------------
90 -------------------------
94 Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
117 errors are further classified into non-fatal errors and fatal errors.
118 Non-fatal errors cause the particular transaction to be unreliable,
139 --------------------------------------
148 -----------------
162 PCI error-recovery callbacks
172 pci-error-recovery.txt except pci express specific parts (e.g.
173 reset_link). Pls. refer to pci-error-recovery.txt for detailed
187 Non-correctable (non-fatal and fatal) errors
190 If an error message indicates a non-fatal error, performing link reset
216 ----------------
237 pci_aer_clear_nonfatal_status clears non-fatal errors in the uncorrectable
241 ------------------------
245 error recovery handler (pci_driver->err_handler is equal to NULL)?
294 Then, you need a user space tool named aer-inject, which can be gotten
297 https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
299 More information about aer-inject can be found in the document comes