Searched refs:ralst_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 510 char ralst_pl[MLXSW_REG_RALST_LEN]; in mlxsw_sp_lpm_tree_left_struct_set() local 518 mlxsw_reg_ralst_pack(ralst_pl, root_bin, lpm_tree->id); in mlxsw_sp_lpm_tree_left_struct_set() 522 mlxsw_reg_ralst_bin_pack(ralst_pl, prefix, last_prefix, in mlxsw_sp_lpm_tree_left_struct_set() 526 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralst), ralst_pl); in mlxsw_sp_lpm_tree_left_struct_set() 5663 char ralst_pl[MLXSW_REG_RALST_LEN]; in __mlxsw_sp_router_set_abort_trap() local 5671 mlxsw_reg_ralst_pack(ralst_pl, 0xff, tree_id); in __mlxsw_sp_router_set_abort_trap() 5672 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralst), ralst_pl); in __mlxsw_sp_router_set_abort_trap()
|