net/mlx5_core: Fix internal error detection conditions
[cascardo/linux.git] / include / linux / mlx5 / driver.h
index 41a3287..62b7d43 100644 (file)
@@ -393,6 +393,7 @@ struct mlx5_core_health {
        struct timer_list               timer;
        u32                             prev;
        int                             miss_counter;
+       bool                            sick;
        struct workqueue_struct        *wq;
        struct work_struct              work;
 };