Searched refs:root_bin (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 7723 MLXSW_ITEM32(reg, ralst, root_bin, 0x00, 16, 8); 7752 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument 7760 mlxsw_reg_ralst_root_bin_set(payload, root_bin); in mlxsw_reg_ralst_pack()
|
D | spectrum_router.c | 615 u8 root_bin = 0; in mlxsw_sp_lpm_tree_left_struct_set() local 620 root_bin = prefix; in mlxsw_sp_lpm_tree_left_struct_set() 622 mlxsw_reg_ralst_pack(ralst_pl, root_bin, lpm_tree->id); in mlxsw_sp_lpm_tree_left_struct_set()
|