Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c1368 err = mlxsw_sp->trap_ops->groups_init(mlxsw_sp, &spec_group_items_arr, in mlxsw_sp_trap_group_items_arr_init()
1455 err = mlxsw_sp->trap_ops->traps_init(mlxsw_sp, &spec_trap_items_arr, in mlxsw_sp_trap_items_arr_init()
H A Dspectrum.c3343 mlxsw_sp->trap_ops = &mlxsw_sp1_trap_ops; in mlxsw_sp1_init()
3377 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.h204 const struct mlxsw_sp_trap_ops *trap_ops; member