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

/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.c1153 if (port->sm_tx_timer_counter && !(--port->sm_tx_timer_counter)) {
1168 port->sm_tx_timer_counter =
1714 port->sm_tx_timer_counter = 0;
1930 port->sm_tx_timer_counter = ad_ticks_per_sec/AD_MAX_TX_IN_SECOND;

Completed in 22 milliseconds