diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx4/device.h | 1 | ||||
| -rw-r--r-- | include/linux/mlx4/qp.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 6e1b0f973a03..07aa8232e631 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -389,6 +389,7 @@ struct mlx4_caps { | |||
| 389 | enum mlx4_port_type possible_type[MLX4_MAX_PORTS + 1]; | 389 | enum mlx4_port_type possible_type[MLX4_MAX_PORTS + 1]; |
| 390 | u32 max_counters; | 390 | u32 max_counters; |
| 391 | u8 port_ib_mtu[MLX4_MAX_PORTS + 1]; | 391 | u8 port_ib_mtu[MLX4_MAX_PORTS + 1]; |
| 392 | u16 sqp_demux; | ||
| 392 | }; | 393 | }; |
| 393 | 394 | ||
| 394 | struct mlx4_buf_list { | 395 | struct mlx4_buf_list { |
diff --git a/include/linux/mlx4/qp.h b/include/linux/mlx4/qp.h index 338388ba260a..4b4ad6ffef92 100644 --- a/include/linux/mlx4/qp.h +++ b/include/linux/mlx4/qp.h | |||
| @@ -126,7 +126,8 @@ struct mlx4_rss_context { | |||
| 126 | 126 | ||
| 127 | struct mlx4_qp_path { | 127 | struct mlx4_qp_path { |
| 128 | u8 fl; | 128 | u8 fl; |
| 129 | u8 reserved1[2]; | 129 | u8 reserved1[1]; |
| 130 | u8 disable_pkey_check; | ||
| 130 | u8 pkey_index; | 131 | u8 pkey_index; |
| 131 | u8 counter_index; | 132 | u8 counter_index; |
| 132 | u8 grh_mylmc; | 133 | u8 grh_mylmc; |
