Documentation/ABI/testing/sysfs-driver-qat_ras

Source file repositories/reference/linux-study-clean/Documentation/ABI/testing/sysfs-driver-qat_ras

File Facts

System
Linux kernel
Corpus path
Documentation/ABI/testing/sysfs-driver-qat_ras
Extension
[no extension]
Size
1430 bytes
Lines
42
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: Documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

What:		/sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable
Date:		January 2024
KernelVersion:	6.7
Contact:	qat-linux@intel.com
Description:	(RO) Reports the number of correctable errors detected by the device.

		This attribute is only available for qat_4xxx and qat_6xxx devices.

What:		/sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal
Date:		January 2024
KernelVersion:	6.7
Contact:	qat-linux@intel.com
Description:	(RO) Reports the number of non fatal errors detected by the device.

		This attribute is only available for qat_4xxx and qat_6xxx devices.

What:		/sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal
Date:		January 2024
KernelVersion:	6.7
Contact:	qat-linux@intel.com
Description:	(RO) Reports the number of fatal errors detected by the device.

		This attribute is only available for qat_4xxx and qat_6xxx devices.

What:		/sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters
Date:		January 2024
KernelVersion:	6.7
Contact:	qat-linux@intel.com
Description:	(WO) Write to resets all error counters of a device.

		The following example reports how to reset the counters::

			# echo 1 > /sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters
			# cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable
			0
			# cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal
			0
			# cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal
			0

		This attribute is only available for qat_4xxx and qat_6xxx devices.

Annotation

Implementation Notes