Lines Matching refs:severity
78 static char *bnxt_health_severity_str(enum bnxt_health_severity severity) in bnxt_health_severity_str() argument
80 switch (severity) { in bnxt_health_severity_str()
123 } else if (h->severity || fw_status != BNXT_FW_STATUS_HEALTHY) { in bnxt_fw_diagnose()
124 if (!h->severity) { in bnxt_fw_diagnose()
125 h->severity = SEVERITY_FATAL; in bnxt_fw_diagnose()
138 bnxt_health_severity_str(h->severity)); in bnxt_fw_diagnose()
140 if (h->severity) { in bnxt_fw_diagnose()
201 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover()
265 fw_health->severity = SEVERITY_RECOVERABLE; in bnxt_devlink_health_fw_report()
281 fw_health->severity = SEVERITY_NORMAL; in bnxt_dl_health_fw_status_update()
284 fw_health->severity = SEVERITY_FATAL; in bnxt_dl_health_fw_status_update()