Lines Matching defs:mlx5_core_health
528 struct mlx5_core_health { struct
529 struct health_buffer __iomem *health;
530 __be32 __iomem *health_counter;
531 struct timer_list timer;
532 u32 prev;
533 int miss_counter;
534 bool sick;
536 spinlock_t wq_lock;
537 struct workqueue_struct *wq;
538 unsigned long flags;
539 struct work_struct work;
540 struct delayed_work recover_work;