Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h92 extern const struct mlxsw_sp_router_ops mlxsw_sp2_router_ops;
H A Dspectrum.c3323 mlxsw_sp->router_ops = &mlxsw_sp2_router_ops; in mlxsw_sp2_init()
3357 mlxsw_sp->router_ops = &mlxsw_sp2_router_ops; in mlxsw_sp3_init()
3391 mlxsw_sp->router_ops = &mlxsw_sp2_router_ops; in mlxsw_sp4_init()
H A Dspectrum_router.c11574 const struct mlxsw_sp_router_ops mlxsw_sp2_router_ops = { variable