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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.c47 #define ALB_TIMER_TICKS_PER_SEC 10 /* should be a divisor of HZ */ macro
57 * ALB_TIMER_TICKS_PER_SEC)
60 * ALB_TIMER_TICKS_PER_SEC)
74 #define RLB_UPDATE_DELAY 2*ALB_TIMER_TICKS_PER_SEC /* 2 seconds */
82 #define RLB_PROMISC_TIMEOUT 10*ALB_TIMER_TICKS_PER_SEC
93 static const int alb_delta_in_ticks = HZ / ALB_TIMER_TICKS_PER_SEC;

Completed in 104 milliseconds