diff options
Diffstat (limited to 'include/linux/mlx4')
-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 1883e8e84718..6d48fce06b4a 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
@@ -956,9 +956,8 @@ int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mo | |||
956 | 956 | ||
957 | int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac); | 957 | int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac); |
958 | void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac); | 958 | void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac); |
959 | int mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac); | 959 | int mlx4_get_base_qpn(struct mlx4_dev *dev, u8 port); |
960 | int mlx4_get_eth_qp(struct mlx4_dev *dev, u8 port, u64 mac, int *qpn); | 960 | int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac); |
961 | void mlx4_put_eth_qp(struct mlx4_dev *dev, u8 port, u64 mac, int qpn); | ||
962 | void mlx4_set_stats_bitmap(struct mlx4_dev *dev, u64 *stats_bitmap); | 961 | void mlx4_set_stats_bitmap(struct mlx4_dev *dev, u64 *stats_bitmap); |
963 | int mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu, | 962 | int mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu, |
964 | u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx); | 963 | u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx); |