aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx5/driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 88d6eb5b3a76..d26f18b39c4a 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -647,6 +647,9 @@ struct mlx5_priv {
647 struct list_head ctx_list; 647 struct list_head ctx_list;
648 spinlock_t ctx_lock; 648 spinlock_t ctx_lock;
649 649
650 struct list_head waiting_events_list;
651 bool is_accum_events;
652
650 struct mlx5_flow_steering *steering; 653 struct mlx5_flow_steering *steering;
651 struct mlx5_mpfs *mpfs; 654 struct mlx5_mpfs *mpfs;
652 struct mlx5_eswitch *eswitch; 655 struct mlx5_eswitch *eswitch;