1 What: /sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable
4 Contact: qat-linux@intel.com
5 Description: (RO) Reports the number of correctable errors detected by the device.
7 This attribute is only available for qat_4xxx devices.
9 What: /sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal
12 Contact: qat-linux@intel.com
13 Description: (RO) Reports the number of non fatal errors detected by the device.
15 This attribute is only available for qat_4xxx devices.
17 What: /sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal
20 Contact: qat-linux@intel.com
21 Description: (RO) Reports the number of fatal errors detected by the device.
23 This attribute is only available for qat_4xxx devices.
25 What: /sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters
28 Contact: qat-linux@intel.com
29 Description: (WO) Write to resets all error counters of a device.
31 The following example reports how to reset the counters::
33 # echo 1 > /sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters
34 # cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable
36 # cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal
38 # cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal
41 This attribute is only available for qat_4xxx devices.