Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c105 err = mlxsw_sp->span_ops->init(mlxsw_sp); in mlxsw_sp_span_init()
832 err = mlxsw_sp->span_ops->policer_id_base_set(mlxsw_sp, in mlxsw_sp_span_policer_id_base_set()
Dspectrum.c3231 mlxsw_sp->span_ops = &mlxsw_sp1_span_ops; in mlxsw_sp1_init()
3263 mlxsw_sp->span_ops = &mlxsw_sp2_span_ops; in mlxsw_sp2_init()
3295 mlxsw_sp->span_ops = &mlxsw_sp3_span_ops; in mlxsw_sp3_init()
3327 mlxsw_sp->span_ops = &mlxsw_sp3_span_ops; in mlxsw_sp4_init()
Dspectrum.h207 const struct mlxsw_sp_span_ops *span_ops; member