Home
last modified time | relevance | path

Searched refs:rgcr_pl (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c7386 char rgcr_pl[MLXSW_REG_RGCR_LEN]; in __mlxsw_sp_router_init() local
7394 mlxsw_reg_rgcr_pack(rgcr_pl, true, true); in __mlxsw_sp_router_init()
7395 mlxsw_reg_rgcr_max_router_interfaces_set(rgcr_pl, max_rifs); in __mlxsw_sp_router_init()
7396 mlxsw_reg_rgcr_usp_set(rgcr_pl, usp); in __mlxsw_sp_router_init()
7397 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rgcr), rgcr_pl); in __mlxsw_sp_router_init()
7405 char rgcr_pl[MLXSW_REG_RGCR_LEN]; in __mlxsw_sp_router_fini() local
7407 mlxsw_reg_rgcr_pack(rgcr_pl, false, false); in __mlxsw_sp_router_fini()
7408 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rgcr), rgcr_pl); in __mlxsw_sp_router_fini()