Searched refs:sm_rx_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.h225 u16 sm_rx_timer_counter; // state machine rx timer counter member in struct:port
H A Dbond_3ad.c1053 port->sm_rx_timer_counter = 0; // zero timer
1057 if (port->sm_rx_timer_counter && !(--port->sm_rx_timer_counter)) {
1125 port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(AD_SHORT_TIMEOUT));
1147 port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_port_state & AD_STATE_LACP_TIMEOUT));
1693 port->sm_rx_timer_counter = 0;

Completed in 146 milliseconds