Searched refs:mlx4_vlan_table (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h758 struct mlx4_vlan_table { struct
825 struct mlx4_vlan_table vlan_table;
1226 void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table);
H A Dmlx4_port.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 94 milliseconds