diff options
Diffstat (limited to 'include/linux/mlx4/device.h')
-rw-r--r-- | include/linux/mlx4/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index ca5645c43f61..ff9893a33e90 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
@@ -496,6 +496,7 @@ int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16]); | |||
496 | int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac, int *index); | 496 | int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac, int *index); |
497 | void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, int index); | 497 | void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, int index); |
498 | 498 | ||
499 | int mlx4_find_cached_vlan(struct mlx4_dev *dev, u8 port, u16 vid, int *idx); | ||
499 | int mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index); | 500 | int mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index); |
500 | void mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, int index); | 501 | void mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, int index); |
501 | 502 | ||