Searched refs:fw_fatal_reporter (Results 1 – 3 of 3) sorted by relevance
641 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()650 if (devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()705 health->fw_fatal_reporter = in mlx5_fw_reporters_create()710 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()712 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()722 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()723 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
2133 devlink_health_reporter_state_update(dev->priv.health.fw_fatal_reporter, in mlx5_pci_resume()
447 struct devlink_health_reporter *fw_fatal_reporter; member
Completed in 14 milliseconds