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()
3327 mlxsw_sp->policer_core_ops = &mlxsw_sp1_policer_core_ops; in mlxsw_sp1_init()3361 mlxsw_sp->policer_core_ops = &mlxsw_sp2_policer_core_ops; in mlxsw_sp2_init()3395 mlxsw_sp->policer_core_ops = &mlxsw_sp2_policer_core_ops; in mlxsw_sp3_init()3429 mlxsw_sp->policer_core_ops = &mlxsw_sp2_policer_core_ops; in mlxsw_sp4_init()
201 const struct mlxsw_sp_policer_core_ops *policer_core_ops; member