Searched refs:xralst_pl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.h | 106 int (*ralst_write)(struct mlxsw_sp *mlxsw_sp, char *xralst_pl);
|
| D | spectrum_router_xm.c | 95 static int mlxsw_sp_router_ll_xm_ralst_write(struct mlxsw_sp *mlxsw_sp, char *xralst_pl) in mlxsw_sp_router_ll_xm_ralst_write() argument 97 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(xralst), xralst_pl); in mlxsw_sp_router_ll_xm_ralst_write()
|
| D | spectrum_router.c | 496 static int mlxsw_sp_router_ll_basic_ralst_write(struct mlxsw_sp *mlxsw_sp, char *xralst_pl) in mlxsw_sp_router_ll_basic_ralst_write() argument 499 xralst_pl + MLXSW_REG_XRALST_RALST_OFFSET); in mlxsw_sp_router_ll_basic_ralst_write() 602 char xralst_pl[MLXSW_REG_XRALST_LEN]; in mlxsw_sp_lpm_tree_left_struct_set() local 610 mlxsw_reg_xralst_pack(xralst_pl, root_bin, lpm_tree->id); in mlxsw_sp_lpm_tree_left_struct_set() 614 mlxsw_reg_xralst_bin_pack(xralst_pl, prefix, last_prefix, in mlxsw_sp_lpm_tree_left_struct_set() 618 return ll_ops->ralst_write(mlxsw_sp, xralst_pl); in mlxsw_sp_lpm_tree_left_struct_set()
|