Searched refs:new_tree (Results 1 – 2 of 2) sorted by relevance
1246 dm_block_t new_tree; in insert() local1249 r = dm_btree_empty(info, &new_tree); in insert()1253 new_le = cpu_to_le64(new_tree); in insert()
958 struct mlxsw_sp_lpm_tree *new_tree) in mlxsw_sp_vr_lpm_tree_replace() argument963 fib->lpm_tree = new_tree; in mlxsw_sp_vr_lpm_tree_replace()964 mlxsw_sp_lpm_tree_hold(new_tree); in mlxsw_sp_vr_lpm_tree_replace()965 err = mlxsw_sp_vr_lpm_tree_bind(mlxsw_sp, fib, new_tree->id); in mlxsw_sp_vr_lpm_tree_replace()972 mlxsw_sp_lpm_tree_put(mlxsw_sp, new_tree); in mlxsw_sp_vr_lpm_tree_replace()979 struct mlxsw_sp_lpm_tree *new_tree) in mlxsw_sp_vrs_lpm_tree_replace() argument983 u8 old_id, new_id = new_tree->id; in mlxsw_sp_vrs_lpm_tree_replace()996 new_tree); in mlxsw_sp_vrs_lpm_tree_replace()1001 memcpy(new_tree->prefix_ref_count, old_tree->prefix_ref_count, in mlxsw_sp_vrs_lpm_tree_replace()1002 sizeof(new_tree->prefix_ref_count)); in mlxsw_sp_vrs_lpm_tree_replace()[all …]