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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bonding/
H A Dbond_3ad.h255 u32 agg_select_timer; // Timer to select aggregator after all adapter's hand shakes member in struct:ad_bond_info
H A Dbond_3ad.c288 return BOND_AD_INFO(bond).agg_select_timer ? 1 : 0;
952 // check also if agg_select_timer expired(so the edable port will take place only after this timer)
1798 BOND_AD_INFO(bond).agg_select_timer = timeout;
2046 * This function also complete the initialization when the agg_select_timer
2068 // check if agg_select_timer timer after initialize is timed out
2069 if (BOND_AD_INFO(bond).agg_select_timer && !(--BOND_AD_INFO(bond).agg_select_timer)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.h255 u32 agg_select_timer; // Timer to select aggregator after all adapter's hand shakes member in struct:ad_bond_info
H A Dbond_3ad.c288 return BOND_AD_INFO(bond).agg_select_timer ? 1 : 0;
952 // check also if agg_select_timer expired(so the edable port will take place only after this timer)
1798 BOND_AD_INFO(bond).agg_select_timer = timeout;
2046 * This function also complete the initialization when the agg_select_timer
2068 // check if agg_select_timer timer after initialize is timed out
2069 if (BOND_AD_INFO(bond).agg_select_timer && !(--BOND_AD_INFO(bond).agg_select_timer)) {

Completed in 69 milliseconds