Searched refs:TIMER_IDLE (Results 1 – 4 of 4) sorted by relevance
227 if (lp->timer_state[t] == TIMER_IDLE) in llc_start_timer()242 lp->timer_state[t] = TIMER_IDLE; in llc_stop_timer()
337 else if (lp->timer_state[BUSY_TIMER] == TIMER_IDLE) in llc_interpret_pseudo_code()393 if (lp->timer_state[ACK_TIMER] == TIMER_IDLE) in llc_interpret_pseudo_code()605 lp->timer_state[t] = TIMER_IDLE; in llc_timer_expired()
337 else if (lp->timer_state[BUSY_TIMER] == TIMER_IDLE)393 if (lp->timer_state[ACK_TIMER] == TIMER_IDLE)605 lp->timer_state[t] = TIMER_IDLE;
53 #define TIMER_IDLE 0 macro