Searched refs:ALE_RATE_LIMIT_MIN_PPS (Results 1 – 1 of 1) sorted by relevance
67 #define ALE_RATE_LIMIT_MIN_PPS 1000 macro1198 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1199 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1213 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_mc()1221 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1222 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1236 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_bc()1316 ale_prescale = ale->params.bus_freq / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_start()