Searched refs:fw_reset_reporter (Results 1 – 2 of 2) sorted by relevance
142 if (!(bp->fw_cap & BNXT_FW_CAP_HOT_RESET) || health->fw_reset_reporter) in bnxt_dl_fw_reporters_create()145 health->fw_reset_reporter = in bnxt_dl_fw_reporters_create()149 if (IS_ERR(health->fw_reset_reporter)) { in bnxt_dl_fw_reporters_create()151 PTR_ERR(health->fw_reset_reporter)); in bnxt_dl_fw_reporters_create()152 health->fw_reset_reporter = NULL; in bnxt_dl_fw_reporters_create()197 health->fw_reset_reporter) { in bnxt_dl_fw_reporters_destroy()198 devlink_health_reporter_destroy(health->fw_reset_reporter); in bnxt_dl_fw_reporters_destroy()199 health->fw_reset_reporter = NULL; in bnxt_dl_fw_reporters_destroy()233 if (!fw_health->fw_reset_reporter) in bnxt_devlink_health_report()236 devlink_health_report(fw_health->fw_reset_reporter, in bnxt_devlink_health_report()[all …]
1506 struct devlink_health_reporter *fw_reset_reporter; member