Home
last modified time | relevance | path

Searched refs:fw_fatal_reporter (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c685 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()
Dmain.c1881 devlink_health_reporter_state_update(dev->priv.health.fw_fatal_reporter, in mlx5_pci_resume()
/linux-6.1.9/include/linux/mlx5/
Ddriver.h437 struct devlink_health_reporter *fw_fatal_reporter; member