Searched refs:max_policers (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.h22 u64 max_policers; member in struct:mlxsw_sp_trap
H A Dspectrum_trap.c1241 hw_id = find_first_zero_bit(trap->policers_usage, trap->max_policers);
1242 if (WARN_ON(hw_id == trap->max_policers))
1270 for_each_clear_bit(i, trap->policers_usage, trap->max_policers)
1723 hw_id = find_first_zero_bit(trap->policers_usage, trap->max_policers);
1724 if (WARN_ON(hw_id == trap->max_policers))
H A Dspectrum.c2642 u64 max_policers; local
2647 max_policers = MLXSW_CORE_RES_GET(mlxsw_sp->core, MAX_CPU_POLICERS);
2649 BITS_TO_LONGS(max_policers)), GFP_KERNEL);
2652 trap->max_policers = max_policers;

Completed in 146 milliseconds