Lines Matching refs:severity
75 static char *bnxt_health_severity_str(enum bnxt_health_severity severity) in bnxt_health_severity_str() argument
77 switch (severity) { in bnxt_health_severity_str()
119 } else if (h->severity || fw_status != BNXT_FW_STATUS_HEALTHY) { in bnxt_fw_diagnose()
120 if (!h->severity) { in bnxt_fw_diagnose()
121 h->severity = SEVERITY_FATAL; in bnxt_fw_diagnose()
140 bnxt_health_severity_str(h->severity)); in bnxt_fw_diagnose()
144 if (h->severity) { in bnxt_fw_diagnose()
227 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover()
291 fw_health->severity = SEVERITY_RECOVERABLE; in bnxt_devlink_health_fw_report()
307 fw_health->severity = SEVERITY_NORMAL; in bnxt_dl_health_fw_status_update()
310 fw_health->severity = SEVERITY_FATAL; in bnxt_dl_health_fw_status_update()