diff options
author | Amir Vadai <amirv@mellanox.com> | 2012-07-18 18:33:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-19 11:34:37 -0400 |
commit | af22d9de45caf8b2a99f2b27a927169c029528b4 (patch) | |
tree | 62299712c84e193a737d5d9e5ce474a01485a9a8 /include/linux/mlx4 | |
parent | 0cc535a29916c6a0e6e6af0f3d42c2fe3b0b145d (diff) |
net/mlx4: Move MAC_MASK to a common place
Define this macro is one common place instead of duplicating it over the code
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx4')
-rw-r--r-- | include/linux/mlx4/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx4/driver.h b/include/linux/mlx4/driver.h index 5f1298b1b5ef..8dc485febc6b 100644 --- a/include/linux/mlx4/driver.h +++ b/include/linux/mlx4/driver.h | |||
@@ -37,6 +37,8 @@ | |||
37 | 37 | ||
38 | struct mlx4_dev; | 38 | struct mlx4_dev; |
39 | 39 | ||
40 | #define MLX4_MAC_MASK 0xffffffffffffULL | ||
41 | |||
40 | enum mlx4_dev_event { | 42 | enum mlx4_dev_event { |
41 | MLX4_DEV_EVENT_CATASTROPHIC_ERROR, | 43 | MLX4_DEV_EVENT_CATASTROPHIC_ERROR, |
42 | MLX4_DEV_EVENT_PORT_UP, | 44 | MLX4_DEV_EVENT_PORT_UP, |