Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.h36 extern const struct mlxsw_sp_trap_ops mlxsw_sp2_trap_ops;
H A Dspectrum.c3377 mlxsw_sp->trap_ops = &mlxsw_sp2_trap_ops; in mlxsw_sp2_init()
3411 mlxsw_sp->trap_ops = &mlxsw_sp2_trap_ops; in mlxsw_sp3_init()
3445 mlxsw_sp->trap_ops = &mlxsw_sp2_trap_ops; in mlxsw_sp4_init()
H A Dspectrum_trap.c1991 const struct mlxsw_sp_trap_ops mlxsw_sp2_trap_ops = { variable