Searched refs:fw_fatal_reporter (Results 1 – 2 of 2) sorted by relevance
672 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()679 if (devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()710 health->fw_fatal_reporter = in mlx5_fw_reporters_create()715 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()717 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()727 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()728 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
427 struct devlink_health_reporter *fw_fatal_reporter; member
Completed in 12 milliseconds