Searched refs:ALE_RATE_LIMIT_MIN_PPS (Results 1 – 1 of 1) sorted by relevance
67 #define ALE_RATE_LIMIT_MIN_PPS 1000 macro1185 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1186 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1200 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_mc()1207 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1208 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1222 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_bc()1301 ale_prescale = ale->params.bus_freq / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_start()