diff options
| author | Saeed Mahameed <saeedm@mellanox.com> | 2014-10-27 05:37:38 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-10-28 17:18:00 -0400 |
| commit | a53e3e8c1db547981e13d1ebf24a659bd4e87710 (patch) | |
| tree | 64f931fec68b0b298fcc29a7bf4193891d7b4e37 /include/linux/mlx4 | |
| parent | adbc7ac5c15eb5e9d70393428345e72a1a897d6a (diff) | |
net/mlx4_core: Add ethernet backplane autoneg device capability
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx4')
| -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 181cd9fc90f2..e4c136ebe79b 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -187,7 +187,8 @@ enum { | |||
| 187 | MLX4_DEV_CAP_FLAG2_MAD_DEMUX = 1LL << 11, | 187 | MLX4_DEV_CAP_FLAG2_MAD_DEMUX = 1LL << 11, |
| 188 | MLX4_DEV_CAP_FLAG2_CQE_STRIDE = 1LL << 12, | 188 | MLX4_DEV_CAP_FLAG2_CQE_STRIDE = 1LL << 12, |
| 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 | }; | 192 | }; |
| 192 | 193 | ||
| 193 | enum { | 194 | enum { |
