Home
last modified time | relevance | path

Searched refs:policer_core (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_policer.c173 struct mlxsw_sp_policer_core *policer_core = family->mlxsw_sp->policer_core; in mlxsw_sp_policer_single_rate_params_check() local
189 if (bs < policer_core->lowest_bs_bits) { in mlxsw_sp_policer_single_rate_params_check()
194 if (bs > policer_core->highest_bs_bits) { in mlxsw_sp_policer_single_rate_params_check()
357 struct mlxsw_sp_policer_core *policer_core; in mlxsw_sp_policers_init() local
360 policer_core = kzalloc(sizeof(*policer_core), GFP_KERNEL); in mlxsw_sp_policers_init()
361 if (!policer_core) in mlxsw_sp_policers_init()
363 mlxsw_sp->policer_core = policer_core; in mlxsw_sp_policers_init()
364 policer_core->ops = mlxsw_sp->policer_core_ops; in mlxsw_sp_policers_init()
366 err = policer_core->ops->init(policer_core); in mlxsw_sp_policers_init()
386 kfree(mlxsw_sp->policer_core); in mlxsw_sp_policers_init()
[all …]
H A Dspectrum.h175 struct mlxsw_sp_policer_core *policer_core; member