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

/drivers/net/bonding/
H A Dbond_3ad.h227 u16 sm_periodic_timer_counter; // state machine periodic timer counter member in struct:port
H A Dbond_3ad.c1193 else if (port->sm_periodic_timer_counter) {
1195 if (!(--port->sm_periodic_timer_counter)) {
1209 port->sm_periodic_timer_counter = 0;
1241 port->sm_periodic_timer_counter = 0; // zero timer
1244 port->sm_periodic_timer_counter = __ad_timer_to_ticks(AD_PERIODIC_TIMER, (u16)(AD_FAST_PERIODIC_TIME))-1; // decrement 1 tick we lost in the PERIODIC_TX cycle
1247 port->sm_periodic_timer_counter = __ad_timer_to_ticks(AD_PERIODIC_TIMER, (u16)(AD_SLOW_PERIODIC_TIME))-1; // decrement 1 tick we lost in the PERIODIC_TX cycle
1710 port->sm_periodic_timer_counter = 0;

Completed in 172 milliseconds