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
1117 port->sm_rx_timer_counter = 0; in ad_rx_machine()1121 if (port->sm_rx_timer_counter && in ad_rx_machine()1122 !(--port->sm_rx_timer_counter)) { in ad_rx_machine()1192 port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(AD_SHORT_TIMEOUT)); in ad_rx_machine()1213 …port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(port->actor_oper_por… in ad_rx_machine()1875 port->sm_rx_timer_counter = 0; in ad_initialize_port()