Home
last modified time | relevance | path

Searched refs:TIMER_IDLE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/802/
Dllc_utility.c227 if (lp->timer_state[t] == TIMER_IDLE) in llc_start_timer()
242 lp->timer_state[t] = TIMER_IDLE; in llc_stop_timer()
Dcl2llc.c337 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()
Dcl2llc.pre337 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;
/linux-2.4.37.9/include/net/
Dllc.h53 #define TIMER_IDLE 0 macro