Searched defs:mlx5_core_health (Results 1 – 1 of 1) sorted by relevance
497 struct mlx5_core_health { struct498 struct mlx5_health_buffer __iomem *health;499 __be32 __iomem *health_counter;500 struct timer_list timer;501 u32 prev;502 int miss_counter;503 u32 fatal_error;504 struct workqueue_struct *wq_watchdog;505 struct work_struct work_watchdog;507 spinlock_t wq_lock;[all …]