Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c677 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()
686 if (devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()
731 health->fw_fatal_reporter = in mlx5_fw_reporters_create()
736 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()
738 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()
748 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()
749 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
Dmain.c2086 devlink_health_reporter_state_update(dev->priv.health.fw_fatal_reporter, in mlx5_pci_resume()
/Linux-v6.6/include/linux/mlx5/
Ddriver.h442 struct devlink_health_reporter *fw_fatal_reporter; member