Searched refs:sm_tx_timer_counter (Results 1 - 2 of 2) 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_3ad.h231 u16 sm_tx_timer_counter; // state machine tx timer counter(allways on - enter to transmit state 3 time per second) member in struct:port
H A Dbond_3ad.c1171 if (port->sm_tx_timer_counter && !(--port->sm_tx_timer_counter)) {
1186 port->sm_tx_timer_counter=ad_ticks_per_sec/AD_MAX_TX_IN_SECOND;
1699 port->sm_tx_timer_counter = 0;
1878 port->sm_tx_timer_counter = ad_ticks_per_sec/AD_MAX_TX_IN_SECOND;

Completed in 218 milliseconds