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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c46 #define ALB_TIMER_TICKS_PER_SEC 10 /* should be a divisor of HZ */ macro
56 * ALB_TIMER_TICKS_PER_SEC)
59 * ALB_TIMER_TICKS_PER_SEC)
73 #define RLB_UPDATE_DELAY 2*ALB_TIMER_TICKS_PER_SEC /* 2 seconds */
81 #define RLB_PROMISC_TIMEOUT 10*ALB_TIMER_TICKS_PER_SEC
84 static const int alb_delta_in_ticks = HZ / ALB_TIMER_TICKS_PER_SEC;

Completed in 45 milliseconds