diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx4/device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index b676d0c0111a..c37208f7869f 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -205,7 +205,8 @@ enum { | |||
| 205 | MLX4_DEV_CAP_FLAG2_PORT_REMAP = 1LL << 21, | 205 | MLX4_DEV_CAP_FLAG2_PORT_REMAP = 1LL << 21, |
| 206 | MLX4_DEV_CAP_FLAG2_QCN = 1LL << 22, | 206 | MLX4_DEV_CAP_FLAG2_QCN = 1LL << 22, |
| 207 | MLX4_DEV_CAP_FLAG2_QP_RATE_LIMIT = 1LL << 23, | 207 | MLX4_DEV_CAP_FLAG2_QP_RATE_LIMIT = 1LL << 23, |
| 208 | MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN = 1LL << 24 | 208 | MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN = 1LL << 24, |
| 209 | MLX4_DEV_CAP_FLAG2_QOS_VPP = 1LL << 25, | ||
| 209 | }; | 210 | }; |
| 210 | 211 | ||
| 211 | enum { | 212 | enum { |
