Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c377 mlxsw_sp_fib_entry_priv_create(const struct mlxsw_sp_router_ll_ops *ll_ops) in mlxsw_sp_fib_entry_priv_create() argument
381 if (!ll_ops->fib_entry_priv_size) in mlxsw_sp_fib_entry_priv_create()
385 priv = kzalloc(sizeof(*priv) + ll_ops->fib_entry_priv_size, GFP_KERNEL); in mlxsw_sp_fib_entry_priv_create()
470 const struct mlxsw_sp_router_ll_ops *ll_ops; member
514 const struct mlxsw_sp_router_ll_ops *ll_ops = mlxsw_sp->router->proto_ll_ops[proto]; in mlxsw_sp_fib_create() local
519 err = ll_ops->init(mlxsw_sp, vr->id, proto); in mlxsw_sp_fib_create()
534 fib->ll_ops = ll_ops; in mlxsw_sp_fib_create()
573 const struct mlxsw_sp_router_ll_ops *ll_ops, in mlxsw_sp_lpm_tree_alloc() argument
581 return ll_ops->ralta_write(mlxsw_sp, xralta_pl); in mlxsw_sp_lpm_tree_alloc()
585 const struct mlxsw_sp_router_ll_ops *ll_ops, in mlxsw_sp_lpm_tree_free() argument
[all …]