Searched refs:root_bin (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 7234 MLXSW_ITEM32(reg, ralst, root_bin, 0x00, 16, 8); 7263 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument 7271 mlxsw_reg_ralst_root_bin_set(payload, root_bin); in mlxsw_reg_ralst_pack() 9186 static inline void mlxsw_reg_xralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_xralst_pack() argument 9191 mlxsw_reg_ralst_pack(ralst_payload, root_bin, tree_id); in mlxsw_reg_xralst_pack()
|
D | spectrum_router.c | 603 u8 root_bin = 0; in mlxsw_sp_lpm_tree_left_struct_set() local 608 root_bin = prefix; in mlxsw_sp_lpm_tree_left_struct_set() 610 mlxsw_reg_xralst_pack(xralst_pl, root_bin, lpm_tree->id); in mlxsw_sp_lpm_tree_left_struct_set()
|