Searched defs:mlx5_core_health (Results 1 – 1 of 1) sorted by relevance
528 struct mlx5_core_health { struct529 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;[all …]