PCIe dynamic information that may change during operation. More...
#include <common_types.h>
Data Fields | |
uint32_t | lib_version |
uint16_t | errors |
uint8_t | error_correctable |
uint8_t | error_nonfatal |
uint8_t | error_fatal |
uint8_t | error_unrecognized_req |
PCIe dynamic information that may change during operation.
uint8_t error_correctable |
bool indicating a correctable pcie error occurred since last cleared.
uint8_t error_fatal |
bool indicating a fatal pcie error occurred since last cleared.
uint8_t error_nonfatal |
bool indicating a non-fatal pcie error occurred since last cleared.
uint8_t error_unrecognized_req |
bool indicating an unrecognized request pcie error occurred since last cleared.
uint16_t errors |
Flag that indicates pcie errors. Zero: no errors, non-zero: errors, check below.
uint32_t lib_version |
Fusion -io SDK API version (populated by FIO_STRUCT_INIT)