Searched refs:fw_reporter (Results 1 – 4 of 4) sorted by relevance
113 health->fw_reporter = in bnxt_dl_fw_reporters_create()116 if (IS_ERR(health->fw_reporter)) { in bnxt_dl_fw_reporters_create()118 PTR_ERR(health->fw_reporter)); in bnxt_dl_fw_reporters_create()119 health->fw_reporter = NULL; in bnxt_dl_fw_reporters_create()150 if (health->fw_reporter) in bnxt_dl_fw_reporters_destroy()151 devlink_health_reporter_destroy(health->fw_reporter); in bnxt_dl_fw_reporters_destroy()
1379 struct devlink_health_reporter *fw_reporter; member
524 if (IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporter_err_work()530 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work()535 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work()640 health->fw_reporter = in mlx5_fw_reporters_create()643 if (IS_ERR(health->fw_reporter)) in mlx5_fw_reporters_create()645 PTR_ERR(health->fw_reporter)); in mlx5_fw_reporters_create()661 if (!IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporters_destroy()662 devlink_health_reporter_destroy(health->fw_reporter); in mlx5_fw_reporters_destroy()
447 struct devlink_health_reporter *fw_reporter; member