mlx4_vlan_table
void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table);
struct mlx4_vlan_table vlan_table;
struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
struct mlx4_vlan_table *t2 = &mlx4_priv(dev)->port[2].vlan_table;
struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table;
void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table)
struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table;
struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
struct mlx4_vlan_table *t2 = &mlx4_priv(dev)->port[2].vlan_table;