Searched refs:policer_core_ops (Results 1 – 3 of 3) sorted by relevance
364 policer_core->ops = mlxsw_sp->policer_core_ops; in mlxsw_sp_policers_init()
3342 mlxsw_sp->policer_core_ops = &mlxsw_sp1_policer_core_ops; in mlxsw_sp1_init()3376 mlxsw_sp->policer_core_ops = &mlxsw_sp2_policer_core_ops; in mlxsw_sp2_init()3410 mlxsw_sp->policer_core_ops = &mlxsw_sp2_policer_core_ops; in mlxsw_sp3_init()3444 mlxsw_sp->policer_core_ops = &mlxsw_sp2_policer_core_ops; in mlxsw_sp4_init()
203 const struct mlxsw_sp_policer_core_ops *policer_core_ops; member