Searched refs:fw_reset_reporter (Results 1 – 2 of 2) sorted by relevance
140 if (!(bp->fw_cap & BNXT_FW_CAP_HOT_RESET) || health->fw_reset_reporter) in bnxt_dl_fw_reporters_create()143 health->fw_reset_reporter = in bnxt_dl_fw_reporters_create()147 if (IS_ERR(health->fw_reset_reporter)) { in bnxt_dl_fw_reporters_create()149 PTR_ERR(health->fw_reset_reporter)); in bnxt_dl_fw_reporters_create()150 health->fw_reset_reporter = NULL; in bnxt_dl_fw_reporters_create()195 health->fw_reset_reporter) { in bnxt_dl_fw_reporters_destroy()196 devlink_health_reporter_destroy(health->fw_reset_reporter); in bnxt_dl_fw_reporters_destroy()197 health->fw_reset_reporter = NULL; in bnxt_dl_fw_reporters_destroy()231 if (!fw_health->fw_reset_reporter) in bnxt_devlink_health_report()234 devlink_health_report(fw_health->fw_reset_reporter, in bnxt_devlink_health_report()[all …]
1546 struct devlink_health_reporter *fw_reset_reporter; member