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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_3ad.h259 u32 agg_select_timer; // Timer to select aggregator after all adapter's hand shakes member in struct:ad_bond_info
H A Dbond_3ad.c303 return BOND_AD_INFO(bond).agg_select_timer ? 1 : 0;
997 // check also if agg_select_timer expired(so the edable port will take place only after this timer)
1829 BOND_AD_INFO(bond).agg_select_timer = (AD_AGGREGATOR_SELECTION_TIMER * ad_ticks_per_sec);
2046 * This function also complete the initialization when the agg_select_timer
2066 // check if agg_select_timer timer after initialize is timed out
2067 if (BOND_AD_INFO(bond).agg_select_timer && !(--BOND_AD_INFO(bond).agg_select_timer)) {

Completed in 86 milliseconds