Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c2973 mlxsw_sp->router_ops = &mlxsw_sp1_router_ops; in mlxsw_sp1_init()
3004 mlxsw_sp->router_ops = &mlxsw_sp2_router_ops; in mlxsw_sp2_init()
3033 mlxsw_sp->router_ops = &mlxsw_sp2_router_ops; in mlxsw_sp3_init()
Dspectrum.h200 const struct mlxsw_sp_router_ops *router_ops; member
Dspectrum_router.c9920 err = mlxsw_sp->router_ops->init(mlxsw_sp); in mlxsw_sp_router_init()