Lines Matching defs:fatal

516 static void do_global_error(int fatal, u32 errors)
528 fatal_message[fatal],
534 static inline void global_error(int fatal, u32 errors, int *error_found,
540 do_global_error(fatal, errors);
550 static void do_hub_error(int fatal, u8 errors)
557 fatal_message[fatal], hub_message[i]);
561 static inline void hub_error(int fatal, u8 errors, int *error_found,
567 do_hub_error(fatal, errors);
575 "NSI Link Down", /* NSI_FERR/NSI_NERR bit 0, fatal error */
577 "NSI Parity Error", /* bit 2, non-fatal */
580 "Correctable Error Message", /* bit 5, non-fatal */
581 "Non-Fatal Error Message", /* bit 6, non-fatal */
582 "Fatal Error Message", /* bit 7, fatal */
584 "Receiver Error", /* bit 9, non-fatal */
586 "Bad TLP", /* bit 11, non-fatal */
587 "Bad DLLP", /* bit 12, non-fatal */
588 "REPLAY_NUM Rollover", /* bit 13, non-fatal */
590 "Replay Timer Timeout", /* bit 15, non-fatal */
594 "Data Link Protocol Error", /* bit 19, fatal */
596 "Poisoned TLP", /* bit 21, non-fatal */
598 "Completion Timeout", /* bit 23, non-fatal */
599 "Completer Abort", /* bit 24, non-fatal */
600 "Unexpected Completion", /* bit 25, non-fatal */
601 "Receiver Overflow", /* bit 26, fatal */
602 "Malformed TLP", /* bit 27, fatal */
604 "Unsupported Request" /* bit 29, non-fatal */
607 static void do_nsi_error(int fatal, u32 errors)
614 fatal_message[fatal], nsi_message[i]);
618 static inline void nsi_error(int fatal, u32 errors, int *error_found,
624 do_nsi_error(fatal, errors);
665 static void do_sysbus_error(int fatal, u32 errors)
672 fatal_message[fatal], sysbus_message[i]);
676 static inline void sysbus_error(int fatal, u32 errors, int *error_found,
682 do_sysbus_error(fatal, errors);
725 if (stat32 & NSI_FATAL_MASK) /* check for fatal errors */
728 if (stat32 & NSI_NON_FATAL_MASK) /* check for non-fatal ones */