diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-07-31 12:09:24 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-07-31 12:09:24 +0000 |
| commit | 3f38293d29070fda3bbf317273e4865f28ebf8aa (patch) | |
| tree | 959bac16f5c7e6a0f79ec43b8936cfe8c2c5da57 /sys/dev/mlx4/device.h | |
| parent | f40410e86851ce94b686468832fb9225b036ff54 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx4/device.h')
| -rw-r--r-- | sys/dev/mlx4/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mlx4/device.h b/sys/dev/mlx4/device.h index 52fedc1844a26..c9c9dc3bb1cc9 100644 --- a/sys/dev/mlx4/device.h +++ b/sys/dev/mlx4/device.h @@ -1273,7 +1273,6 @@ int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac); void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac); int mlx4_get_base_qpn(struct mlx4_dev *dev, u8 port); int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac); -void mlx4_set_stats_bitmap(struct mlx4_dev *dev, unsigned long *stats_bitmap); int mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu, u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx); int mlx4_SET_PORT_qpn_calc(struct mlx4_dev *dev, u8 port, u32 base_qpn, |
