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
1109 port->sm_rx_timer_counter = 0; in ad_rx_machine()1113 if (port->sm_rx_timer_counter && in ad_rx_machine()1114 !(--port->sm_rx_timer_counter)) { in ad_rx_machine()1184 port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(AD_SHORT_TIMEOUT)); in ad_rx_machine()1205 …port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_por… in ad_rx_machine()1866 port->sm_rx_timer_counter = 0; in ad_initialize_port()