Searched refs:ALE_RATE_LIMIT_MIN_PPS (Results 1 – 1 of 1) sorted by relevance
72 #define ALE_RATE_LIMIT_MIN_PPS 1000 macro1191 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1192 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1206 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_mc()1213 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1214 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1228 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_bc()1307 ale_prescale = ale->params.bus_freq / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_start()