Lines Matching refs:fw_reporter
124 devlink_health_report(h->fw_reporter, in bnxt_fw_diagnose()
247 if (!health || health->fw_reporter) in bnxt_dl_fw_reporters_create()
250 health->fw_reporter = in bnxt_dl_fw_reporters_create()
253 if (IS_ERR(health->fw_reporter)) { in bnxt_dl_fw_reporters_create()
255 PTR_ERR(health->fw_reporter)); in bnxt_dl_fw_reporters_create()
256 health->fw_reporter = NULL; in bnxt_dl_fw_reporters_create()
271 if (health->fw_reporter) { in bnxt_dl_fw_reporters_destroy()
272 devlink_health_reporter_destroy(health->fw_reporter); in bnxt_dl_fw_reporters_destroy()
273 health->fw_reporter = NULL; in bnxt_dl_fw_reporters_destroy()
285 if (!fw_health->fw_reporter) { in bnxt_devlink_health_fw_report()
294 rc = devlink_health_report(fw_health->fw_reporter, "FW error reported", in bnxt_devlink_health_fw_report()
315 devlink_health_reporter_state_update(fw_health->fw_reporter, state); in bnxt_dl_health_fw_status_update()
322 devlink_health_reporter_recovery_done(bp->fw_health->fw_reporter); in bnxt_dl_health_fw_recovery_done()