diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx4/device.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 3d9bff00f24a..1c560eb870ad 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -189,7 +189,8 @@ enum { | |||
| 189 | MLX4_DEV_CAP_FLAG2_EQE_STRIDE = 1LL << 13, | 189 | MLX4_DEV_CAP_FLAG2_EQE_STRIDE = 1LL << 13, |
| 190 | MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL = 1LL << 14, | 190 | MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL = 1LL << 14, |
| 191 | MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP = 1LL << 15, | 191 | MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP = 1LL << 15, |
| 192 | MLX4_DEV_CAP_FLAG2_CONFIG_DEV = 1LL << 16 | 192 | MLX4_DEV_CAP_FLAG2_CONFIG_DEV = 1LL << 16, |
| 193 | MLX4_DEV_CAP_FLAG2_SYS_EQS = 1LL << 17 | ||
| 193 | }; | 194 | }; |
| 194 | 195 | ||
| 195 | enum { | 196 | enum { |
| @@ -443,6 +444,7 @@ struct mlx4_caps { | |||
| 443 | int num_cqs; | 444 | int num_cqs; |
| 444 | int max_cqes; | 445 | int max_cqes; |
| 445 | int reserved_cqs; | 446 | int reserved_cqs; |
| 447 | int num_sys_eqs; | ||
| 446 | int num_eqs; | 448 | int num_eqs; |
| 447 | int reserved_eqs; | 449 | int reserved_eqs; |
| 448 | int num_comp_vectors; | 450 | int num_comp_vectors; |
