Searched refs:ALE_RATE_LIMIT_MIN_PPS (Results 1 – 1 of 1) sorted by relevance
72 #define ALE_RATE_LIMIT_MIN_PPS 1000 macro1179 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1180 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1194 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_mc()1201 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1202 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1216 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_bc()1295 ale_prescale = ale->params.bus_freq / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_start()