Searched refs:fw_fatal_reporter (Results 1 – 3 of 3) sorted by relevance
685 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()694 if (devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()739 health->fw_fatal_reporter = in mlx5_fw_reporters_create()744 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()746 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()756 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()757 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
1881 devlink_health_reporter_state_update(dev->priv.health.fw_fatal_reporter, in mlx5_pci_resume()
437 struct devlink_health_reporter *fw_fatal_reporter; member