Searched refs:sm_rx_timer_counter (Results 1 – 2 of 2) sorted by relevance
228 u16 sm_rx_timer_counter; /* state machine rx timer counter */ member
1099 port->sm_rx_timer_counter = 0; in ad_rx_machine()1103 if (port->sm_rx_timer_counter && in ad_rx_machine()1104 !(--port->sm_rx_timer_counter)) { in ad_rx_machine()1174 port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(AD_SHORT_TIMEOUT)); in ad_rx_machine()1195 …port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_por… in ad_rx_machine()1856 port->sm_rx_timer_counter = 0; in ad_initialize_port()