Searched refs:ll_ops (Results 1 – 1 of 1) sorted by relevance
377 mlxsw_sp_fib_entry_priv_create(const struct mlxsw_sp_router_ll_ops *ll_ops) in mlxsw_sp_fib_entry_priv_create() argument381 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; member514 const struct mlxsw_sp_router_ll_ops *ll_ops = mlxsw_sp->router->proto_ll_ops[proto]; in mlxsw_sp_fib_create() local519 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() argument581 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 …]