Searched refs:xraltb_pl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.h | 107 int (*raltb_write)(struct mlxsw_sp *mlxsw_sp, char *xraltb_pl);
|
| 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()
|
| D | spectrum_router.c | 502 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 505 xraltb_pl + MLXSW_REG_XRALTB_RALTB_OFFSET); in mlxsw_sp_router_ll_basic_raltb_write() 784 char xraltb_pl[MLXSW_REG_XRALTB_LEN]; in mlxsw_sp_vr_lpm_tree_bind() local 786 mlxsw_reg_xraltb_pack(xraltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_bind() 789 return fib->ll_ops->raltb_write(mlxsw_sp, xraltb_pl); in mlxsw_sp_vr_lpm_tree_bind() 795 char xraltb_pl[MLXSW_REG_XRALTB_LEN]; in mlxsw_sp_vr_lpm_tree_unbind() local 798 mlxsw_reg_xraltb_pack(xraltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_unbind() 800 return fib->ll_ops->raltb_write(mlxsw_sp, xraltb_pl); in mlxsw_sp_vr_lpm_tree_unbind()
|