diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx4/device.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 3ef73b05e24e..65bb466c575f 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -272,8 +272,7 @@ struct mlx4_caps { | |||
| 272 | int num_comp_vectors; | 272 | int num_comp_vectors; |
| 273 | int comp_pool; | 273 | int comp_pool; |
| 274 | int num_mpts; | 274 | int num_mpts; |
| 275 | int num_mtt_segs; | 275 | int num_mtts; |
| 276 | int mtts_per_seg; | ||
| 277 | int fmr_reserved_mtts; | 276 | int fmr_reserved_mtts; |
| 278 | int reserved_mtts; | 277 | int reserved_mtts; |
| 279 | int reserved_mrws; | 278 | int reserved_mrws; |
| @@ -323,7 +322,7 @@ struct mlx4_buf { | |||
| 323 | }; | 322 | }; |
| 324 | 323 | ||
| 325 | struct mlx4_mtt { | 324 | struct mlx4_mtt { |
| 326 | u32 first_seg; | 325 | u32 offset; |
| 327 | int order; | 326 | int order; |
| 328 | int page_shift; | 327 | int page_shift; |
| 329 | }; | 328 | }; |
