Home
last modified time | relevance | path

Searched refs:work_watchdog (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c550 dev = container_of(work, struct mlx5_core_dev, priv.health.work_watchdog); in health_watchdog()
603 queue_work(health->wq_watchdog, &health->work_watchdog); in mlx5_trigger_health_watchdog()
694 cancel_work_sync(&health->work_watchdog); in mlx5_drain_health_wq()
741 INIT_WORK(&health->work_watchdog, health_watchdog); in mlx5_health_init()
/freebsd/sys/dev/mlx5/
H A Ddriver.h516 struct work_struct work_watchdog; member