Searched refs:xraltb_pl (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.h | 110 int (*raltb_write)(struct mlxsw_sp *mlxsw_sp, char *xraltb_pl);
|
A D | spectrum_router_xm.c | 100 static int mlxsw_sp_router_ll_xm_raltb_write(struct mlxsw_sp *mlxsw_sp, char *xraltb_pl) in mlxsw_sp_router_ll_xm_raltb_write() argument 102 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(xraltb), xraltb_pl); in mlxsw_sp_router_ll_xm_raltb_write()
|
A D | spectrum_router.c | 511 static int mlxsw_sp_router_ll_basic_raltb_write(struct mlxsw_sp *mlxsw_sp, char *xraltb_pl) in mlxsw_sp_router_ll_basic_raltb_write() argument 514 xraltb_pl + MLXSW_REG_XRALTB_RALTB_OFFSET); in mlxsw_sp_router_ll_basic_raltb_write() 793 char xraltb_pl[MLXSW_REG_XRALTB_LEN]; in mlxsw_sp_vr_lpm_tree_bind() local 795 mlxsw_reg_xraltb_pack(xraltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_bind() 798 return fib->ll_ops->raltb_write(mlxsw_sp, xraltb_pl); in mlxsw_sp_vr_lpm_tree_bind() 804 char xraltb_pl[MLXSW_REG_XRALTB_LEN]; in mlxsw_sp_vr_lpm_tree_unbind() local 807 mlxsw_reg_xraltb_pack(xraltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_unbind() 809 return fib->ll_ops->raltb_write(mlxsw_sp, xraltb_pl); in mlxsw_sp_vr_lpm_tree_unbind()
|
Completed in 800 milliseconds