sm_tx_timer_counter 1262 drivers/net/bonding/bond_3ad.c 	if (port->sm_tx_timer_counter && !(--port->sm_tx_timer_counter)) {
sm_tx_timer_counter 1282 drivers/net/bonding/bond_3ad.c 		port->sm_tx_timer_counter = ad_ticks_per_sec/AD_MAX_TX_IN_SECOND;
sm_tx_timer_counter 2058 drivers/net/bonding/bond_3ad.c 		port->sm_tx_timer_counter = ad_ticks_per_sec/AD_MAX_TX_IN_SECOND;
sm_tx_timer_counter  234 include/net/bond_3ad.h 	u16 sm_tx_timer_counter;	/* state machine tx timer counter(allways on - enter to transmit state 3 time per second) */