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()
122 } else if (h->severity || fw_status != BNXT_FW_STATUS_HEALTHY) { in bnxt_fw_diagnose()
123 if (!h->severity) { in bnxt_fw_diagnose()
124 h->severity = SEVERITY_FATAL; in bnxt_fw_diagnose()
137 bnxt_health_severity_str(h->severity)); in bnxt_fw_diagnose()
139 if (h->severity) { in bnxt_fw_diagnose()
200 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover()
264 fw_health->severity = SEVERITY_RECOVERABLE; in bnxt_devlink_health_fw_report()
280 fw_health->severity = SEVERITY_NORMAL; in bnxt_dl_health_fw_status_update()
283 fw_health->severity = SEVERITY_FATAL; in bnxt_dl_health_fw_status_update()