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

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dport.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...]
/linux-master/mm/
H A Dhugetlb.c4936 struct ctl_table dup_table; local
4942 dup_table = *table;
4943 dup_table.data = out;
4945 return proc_doulongvec_minmax(&dup_table, write, buffer, length, ppos);

Completed in 167 milliseconds