Searched defs:mlx5_core_health (Results 1 – 1 of 1) sorted by relevance
531 struct mlx5_core_health { struct532 struct health_buffer __iomem *health;533 __be32 __iomem *health_counter;534 struct timer_list timer;535 u32 prev;536 int miss_counter;537 bool sick;539 spinlock_t wq_lock;540 struct workqueue_struct *wq;541 unsigned long flags;[all …]