Searched refs:dup_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c191 struct mlx4_mac_table *dup_table = &mlx4_priv(dev)->port[dup_port].mac_table; local
202 mutex_lock_nested(&dup_table->mutex, SINGLE_DEPTH_NESTING);
204 mutex_lock(&dup_table->mutex);
218 if (((MLX4_MAC_MASK & mac) == (MLX4_MAC_MASK & be64_to_cpu(dup_table->entries[i]))))
232 dup_table->refs[index_at_port]) {
255 if (!dup_table->refs[i])
267 u64 dup_mac = MLX4_MAC_MASK & be64_to_cpu(dup_table->entries[i]);
269 if (dup_mac != mac || !dup_table->is_dup[i]) {
312 dup_table->refs[free] = 0;
313 dup_table
386 struct mlx4_mac_table *dup_table = &mlx4_priv(dev)->port[dup_port].mac_table; local
482 struct mlx4_mac_table *dup_table = &mlx4_priv(dev)->port[dup_port].mac_table; local
586 struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table; local
768 struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table; local
[all...]

Completed in 107 milliseconds