Searched refs:fw_fatal_reporter (Results 1 – 4 of 4) sorted by relevance
172 if (health->fw_fatal_reporter) in bnxt_dl_fw_reporters_create()175 health->fw_fatal_reporter = in bnxt_dl_fw_reporters_create()179 if (IS_ERR(health->fw_fatal_reporter)) { in bnxt_dl_fw_reporters_create()181 PTR_ERR(health->fw_fatal_reporter)); in bnxt_dl_fw_reporters_create()182 health->fw_fatal_reporter = NULL; in bnxt_dl_fw_reporters_create()208 if (health->fw_fatal_reporter) { in bnxt_dl_fw_reporters_destroy()209 devlink_health_reporter_destroy(health->fw_fatal_reporter); in bnxt_dl_fw_reporters_destroy()210 health->fw_fatal_reporter = NULL; in bnxt_dl_fw_reporters_destroy()223 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()226 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()[all …]
1547 struct devlink_health_reporter *fw_fatal_reporter; member
618 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()625 if (devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()656 health->fw_fatal_reporter = in mlx5_fw_reporters_create()661 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()663 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()673 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()674 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
443 struct devlink_health_reporter *fw_fatal_reporter; member