X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fmlx5%2Fdevice.h;h=737685e9e852e91fd93ccf142500c33773f42e71;hb=bf0bf77f6519e5dcd57a77b47e1d151c1e81b7ec;hp=68029b30c3dc89e2d2620fd41101b2ab05069344;hpb=39fe3b45d3951c3633ddb7aafb29ceef3f012761;p=deliverable%2Flinux.git diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 68029b30c3dc..5eb4e31af22b 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -181,7 +181,7 @@ enum { MLX5_DEV_CAP_FLAG_TLP_HINTS = 1LL << 39, MLX5_DEV_CAP_FLAG_SIG_HAND_OVER = 1LL << 40, MLX5_DEV_CAP_FLAG_DCT = 1LL << 41, - MLX5_DEV_CAP_FLAG_CMDIF_CSUM = 1LL << 46, + MLX5_DEV_CAP_FLAG_CMDIF_CSUM = 3LL << 46, }; enum { @@ -417,7 +417,7 @@ struct mlx5_init_seg { struct health_buffer health; __be32 rsvd2[884]; __be32 health_counter; - __be32 rsvd3[1023]; + __be32 rsvd3[1019]; __be64 ieee1588_clk; __be32 ieee1588_clk_type; __be32 clr_intx;