Searched refs:fw_reset_reporter (Results 1 – 2 of 2) sorted by relevance
122 health->fw_reset_reporter = in bnxt_dl_fw_reporters_create()126 if (IS_ERR(health->fw_reset_reporter)) { in bnxt_dl_fw_reporters_create()128 PTR_ERR(health->fw_reset_reporter)); in bnxt_dl_fw_reporters_create()129 health->fw_reset_reporter = NULL; in bnxt_dl_fw_reporters_create()153 if (health->fw_reset_reporter) in bnxt_dl_fw_reporters_destroy()154 devlink_health_reporter_destroy(health->fw_reset_reporter); in bnxt_dl_fw_reporters_destroy()180 if (!fw_health->fw_reset_reporter) in bnxt_devlink_health_report()183 devlink_health_report(fw_health->fw_reset_reporter, in bnxt_devlink_health_report()
1380 struct devlink_health_reporter *fw_reset_reporter; member