|
38 | 38 | #define AER_ERROR_SOURCES_MAX 128 |
39 | 39 |
|
40 | 40 | #define AER_MAX_TYPEOF_COR_ERRS 16 /* as per PCI_ERR_COR_STATUS */ |
41 | | -#define AER_MAX_TYPEOF_UNCOR_ERRS 27 /* as per PCI_ERR_UNCOR_STATUS*/ |
| 41 | +#define AER_MAX_TYPEOF_UNCOR_ERRS 32 /* as per PCI_ERR_UNCOR_STATUS*/ |
42 | 42 |
|
43 | 43 | struct aer_err_source { |
44 | 44 | u32 status; /* PCI_ERR_ROOT_STATUS */ |
@@ -510,11 +510,11 @@ static const char *aer_uncorrectable_error_string[] = { |
510 | 510 | "AtomicOpBlocked", /* Bit Position 24 */ |
511 | 511 | "TLPBlockedErr", /* Bit Position 25 */ |
512 | 512 | "PoisonTLPBlocked", /* Bit Position 26 */ |
513 | | - NULL, /* Bit Position 27 */ |
514 | | - NULL, /* Bit Position 28 */ |
515 | | - NULL, /* Bit Position 29 */ |
516 | | - NULL, /* Bit Position 30 */ |
517 | | - NULL, /* Bit Position 31 */ |
| 513 | + "DMWrReqBlocked", /* Bit Position 27 */ |
| 514 | + "IDECheck", /* Bit Position 28 */ |
| 515 | + "MisIDETLP", /* Bit Position 29 */ |
| 516 | + "PCRC_CHECK", /* Bit Position 30 */ |
| 517 | + "TLPXlatBlocked", /* Bit Position 31 */ |
518 | 518 | }; |
519 | 519 |
|
520 | 520 | static const char *aer_agent_string[] = { |
|
0 commit comments