diff options
Diffstat (limited to 'include/linux/mlx5/device.h')
-rw-r--r-- | include/linux/mlx5/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 70c28239e339..64512a7354cb 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h | |||
@@ -198,6 +198,9 @@ enum { | |||
198 | MLX5_UMR_INLINE = (1 << 7), | 198 | MLX5_UMR_INLINE = (1 << 7), |
199 | }; | 199 | }; |
200 | 200 | ||
201 | #define MLX5_UMR_MTT_ALIGNMENT 0x40 | ||
202 | #define MLX5_UMR_MTT_MASK (MLX5_UMR_MTT_ALIGNMENT - 1) | ||
203 | |||
201 | enum mlx5_event { | 204 | enum mlx5_event { |
202 | MLX5_EVENT_TYPE_COMP = 0x0, | 205 | MLX5_EVENT_TYPE_COMP = 0x0, |
203 | 206 | ||