Searched refs:xralst_pl (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.h | 109 int (*ralst_write)(struct mlxsw_sp *mlxsw_sp, char *xralst_pl);
|
A 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()
|
A D | spectrum_router.c | 505 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 508 xralst_pl + MLXSW_REG_XRALST_RALST_OFFSET); in mlxsw_sp_router_ll_basic_ralst_write() 611 char xralst_pl[MLXSW_REG_XRALST_LEN]; in mlxsw_sp_lpm_tree_left_struct_set() local 619 mlxsw_reg_xralst_pack(xralst_pl, root_bin, lpm_tree->id); in mlxsw_sp_lpm_tree_left_struct_set() 623 mlxsw_reg_xralst_bin_pack(xralst_pl, prefix, last_prefix, in mlxsw_sp_lpm_tree_left_struct_set() 627 return ll_ops->ralst_write(mlxsw_sp, xralst_pl); in mlxsw_sp_lpm_tree_left_struct_set()
|
Completed in 27 milliseconds