Searched refs:new_tree (Results 1 – 2 of 2) sorted by relevance
504 struct mlxsw_sp_lpm_tree *new_tree; in mlxsw_sp_vr_lpm_tree_check() local510 new_tree = mlxsw_sp_lpm_tree_get(mlxsw_sp, req_prefix_usage, in mlxsw_sp_vr_lpm_tree_check()512 if (IS_ERR(new_tree)) { in mlxsw_sp_vr_lpm_tree_check()521 return PTR_ERR(new_tree); in mlxsw_sp_vr_lpm_tree_check()525 vr->lpm_tree = new_tree; in mlxsw_sp_vr_lpm_tree_check()535 mlxsw_sp_lpm_tree_put(mlxsw_sp, new_tree); in mlxsw_sp_vr_lpm_tree_check()
779 dm_block_t new_tree; in insert() local782 r = dm_btree_empty(info, &new_tree); in insert()786 new_le = cpu_to_le64(new_tree); in insert()