Home
last modified time | relevance | path

Searched refs:lpm_tree (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c163 static void mlxsw_sp_lpm_tree_hold(struct mlxsw_sp_lpm_tree *lpm_tree);
165 struct mlxsw_sp_lpm_tree *lpm_tree);
514 struct mlxsw_sp_lpm_tree *lpm_tree; member
535 struct mlxsw_sp_lpm_tree *lpm_tree; in mlxsw_sp_fib_create() local
539 lpm_tree = mlxsw_sp->router->lpm.proto_trees[proto]; in mlxsw_sp_fib_create()
549 fib->lpm_tree = lpm_tree; in mlxsw_sp_fib_create()
550 mlxsw_sp_lpm_tree_hold(lpm_tree); in mlxsw_sp_fib_create()
551 err = mlxsw_sp_vr_lpm_tree_bind(mlxsw_sp, fib, lpm_tree->id); in mlxsw_sp_fib_create()
557 mlxsw_sp_lpm_tree_put(mlxsw_sp, lpm_tree); in mlxsw_sp_fib_create()
567 mlxsw_sp_lpm_tree_put(mlxsw_sp, fib->lpm_tree); in mlxsw_sp_fib_destroy()
[all …]