Searched refs:mlx4_vlan_table (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h770 struct mlx4_vlan_table { struct
843 struct mlx4_vlan_table vlan_table;
1258 void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table);
H A Dport.c76 void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table)
560 struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
580 struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
586 struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table;
764 struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
768 struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table;
951 struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
952 struct mlx4_vlan_table *t2 = &mlx4_priv(dev)->port[2].vlan_table;
1005 struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
1006 struct mlx4_vlan_table *t
[all...]

Completed in 201 milliseconds