Searched refs:ALE_RATE_LIMIT_MIN_PPS (Results 1 – 1 of 1) sorted by relevance
53 #define ALE_RATE_LIMIT_MIN_PPS 1000 macro1158 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1159 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_mc()1173 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_mc()1180 int val = ratelimit_pps / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1181 u32 remainder = ratelimit_pps % ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_rx_ratelimit_bc()1195 port, val * ALE_RATE_LIMIT_MIN_PPS); in cpsw_ale_rx_ratelimit_bc()1274 ale_prescale = ale->params.bus_freq / ALE_RATE_LIMIT_MIN_PPS; in cpsw_ale_start()