amdsmi_ras_feature_t Struct Reference#
amdsmi_ras_feature_t Struct Reference
This structure holds ras feature information. More...
#include <amdsmi.h>
Data Fields | |
| struct { | |
| uint32_t dram_ecc: 1 | |
| uint32_t sram_ecc: 1 | |
| uint32_t poisoning: 1 | |
| uint32_t rsvd: 29 | |
| } | ras_info |
| bool | needs_reboot |
| uint32_t | ras_eeprom_version |
| uint32_t | ecc_correction_schema_flag |
| uint32_t | reserved [4] |
Detailed Description
This structure holds ras feature information.
Field Documentation
◆ ras_eeprom_version
| uint32_t amdsmi_ras_feature_t::ras_eeprom_version |
PARITY error(bit 0), Single Bit correctable (bit1), Double bit error detection (bit2), Poison (bit 3).
◆ ecc_correction_schema_flag
| uint32_t amdsmi_ras_feature_t::ecc_correction_schema_flag |
ecc_correction_schema mask. PARITY error(bit 0), Single Bit correctable (bit1), Double bit error detection (bit2), Poison (bit 3)
The documentation for this struct was generated from the following file: