Lines Matching refs:severity
77 static char *bnxt_health_severity_str(enum bnxt_health_severity severity) in bnxt_health_severity_str() argument
79 switch (severity) { in bnxt_health_severity_str()
121 } else if (h->severity || fw_status != BNXT_FW_STATUS_HEALTHY) { in bnxt_fw_diagnose()
122 if (!h->severity) { in bnxt_fw_diagnose()
123 h->severity = SEVERITY_FATAL; in bnxt_fw_diagnose()
142 bnxt_health_severity_str(h->severity)); in bnxt_fw_diagnose()
146 if (h->severity) { in bnxt_fw_diagnose()
229 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover()
293 fw_health->severity = SEVERITY_RECOVERABLE; in bnxt_devlink_health_fw_report()
309 fw_health->severity = SEVERITY_NORMAL; in bnxt_dl_health_fw_status_update()
312 fw_health->severity = SEVERITY_FATAL; in bnxt_dl_health_fw_status_update()