Searched refs:recover_work (Results 1 – 2 of 2) sorted by relevance
374 health = container_of(dwork, struct mlx5_core_health, recover_work); in health_recover()440 schedule_delayed_work(&health->recover_work, recover_delay); in health_care()692 cancel_delayed_work_sync(&health->recover_work); in mlx5_drain_health_wq()705 cancel_delayed_work_sync(&dev->priv.health.recover_work); in mlx5_drain_health_recovery()743 INIT_DELAYED_WORK(&health->recover_work, health_recover); in mlx5_health_init()
522 struct delayed_work recover_work; member