Searched refs:raltb_pl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.c | 712 char raltb_pl[MLXSW_REG_RALTB_LEN]; in mlxsw_sp_vr_lpm_tree_bind() local 714 mlxsw_reg_raltb_pack(raltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_bind() 717 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(raltb), raltb_pl); in mlxsw_sp_vr_lpm_tree_bind() 723 char raltb_pl[MLXSW_REG_RALTB_LEN]; in mlxsw_sp_vr_lpm_tree_unbind() local 726 mlxsw_reg_raltb_pack(raltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_unbind() 728 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(raltb), raltb_pl); in mlxsw_sp_vr_lpm_tree_unbind() 5680 char raltb_pl[MLXSW_REG_RALTB_LEN]; in __mlxsw_sp_router_set_abort_trap() local 5683 mlxsw_reg_raltb_pack(raltb_pl, vr->id, proto, tree_id); in __mlxsw_sp_router_set_abort_trap() 5685 raltb_pl); in __mlxsw_sp_router_set_abort_trap()
|