Home
last modified time | relevance | path

Searched refs:ALB_TIMER_TICKS_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dbond_alb.h17 #define ALB_TIMER_TICKS_PER_SEC 10 /* should be a divisor of HZ */ macro
28 * ALB_TIMER_TICKS_PER_SEC)
31 * ALB_TIMER_TICKS_PER_SEC)
44 #define RLB_UPDATE_DELAY (2*ALB_TIMER_TICKS_PER_SEC) /* 2 seconds */
52 #define RLB_PROMISC_TIMEOUT (10*ALB_TIMER_TICKS_PER_SEC)
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c30 static const int alb_delta_in_ticks = HZ / ALB_TIMER_TICKS_PER_SEC;