net/mlx5: Add command entry handling completion
[linux-2.6-microblaze.git] / include / linux / mlx5 / driver.h
index 6f8f79e..9b1f29f 100644 (file)
@@ -743,6 +743,7 @@ struct mlx5_cmd_work_ent {
        struct delayed_work     cb_timeout_work;
        void                   *context;
        int                     idx;
+       struct completion       handling;
        struct completion       done;
        struct mlx5_cmd        *cmd;
        struct work_struct      work;