diff options
-rw-r--r-- | include/linux/mlx5/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index fa07bfda0e15..096abe543d2c 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h | |||
@@ -234,6 +234,7 @@ enum { | |||
234 | MLX5_DEV_CAP_FLAG_APM = 1LL << 17, | 234 | MLX5_DEV_CAP_FLAG_APM = 1LL << 17, |
235 | MLX5_DEV_CAP_FLAG_ATOMIC = 1LL << 18, | 235 | MLX5_DEV_CAP_FLAG_ATOMIC = 1LL << 18, |
236 | MLX5_DEV_CAP_FLAG_BLOCK_MCAST = 1LL << 23, | 236 | MLX5_DEV_CAP_FLAG_BLOCK_MCAST = 1LL << 23, |
237 | MLX5_DEV_CAP_FLAG_ON_DMND_PG = 1LL << 24, | ||
237 | MLX5_DEV_CAP_FLAG_CQ_MODER = 1LL << 29, | 238 | MLX5_DEV_CAP_FLAG_CQ_MODER = 1LL << 29, |
238 | MLX5_DEV_CAP_FLAG_RESIZE_CQ = 1LL << 30, | 239 | MLX5_DEV_CAP_FLAG_RESIZE_CQ = 1LL << 30, |
239 | MLX5_DEV_CAP_FLAG_DCT = 1LL << 37, | 240 | MLX5_DEV_CAP_FLAG_DCT = 1LL << 37, |