Home
last modified time | relevance | path

Searched refs:timer_state (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/802/
Dllc_utility.c227 if (lp->timer_state[t] == TIMER_IDLE) in llc_start_timer()
233 lp->timer_state[t] = TIMER_RUNNING; in llc_start_timer()
239 if (lp->timer_state[t] == TIMER_RUNNING) in llc_stop_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()
383 if(lp->timer_state[P_TIMER] == TIMER_RUNNING) in llc_interpret_pseudo_code()
393 if (lp->timer_state[ACK_TIMER] == TIMER_IDLE) in llc_interpret_pseudo_code()
589 lp->timer_state[t] = TIMER_EXPIRED; in llc_timer_expired()
605 lp->timer_state[t] = TIMER_IDLE; in llc_timer_expired()
Dcl2llc.pre337 else if (lp->timer_state[BUSY_TIMER] == TIMER_IDLE)
383 if(lp->timer_state[P_TIMER] == TIMER_RUNNING)
393 if (lp->timer_state[ACK_TIMER] == TIMER_IDLE)
589 lp->timer_state[t] = TIMER_EXPIRED;
605 lp->timer_state[t] = TIMER_IDLE;
/linux-2.4.37.9/drivers/net/
Dioc3-eth.c99 enum ioc3_timer_state timer_state; /* State of auto-neg timer. */ member
728 if (ip->timer_state == arbwait) { in ioc3_set_link_modes()
785 switch (ip->timer_state) { in ioc3_timer()
810 ip->timer_state = ltrywait; in ioc3_timer()
836 ip->timer_state = lupwait; in ioc3_timer()
858 ip->timer_state = asleep; in ioc3_timer()
906 ip->timer_state = asleep; in ioc3_timer()
947 ip->timer_state = asleep; /* foo on you */ in ioc3_timer()
1037 ip->timer_state = arbwait; in ioc3_start_auto_negotiation()
1073 ip->timer_state = ltrywait; in ioc3_start_auto_negotiation()
Dsunbmac.c527 if (bp->timer_state == ltrywait) { in bigmac_timer()
535 bp->timer_state = asleep; in bigmac_timer()
564 bp->timer_state = asleep; /* foo on you */ in bigmac_timer()
607 bp->timer_state = ltrywait; in bigmac_begin_auto_negotiation()
925 bp->timer_state = asleep; in bigmac_close()
1165 bp->timer_state = asleep; in bigmac_ether_init()
Dsunhme.c647 if (hp->timer_state == arbwait) { in set_happy_link_modes()
726 switch(hp->timer_state) { in happy_meal_timer()
749 hp->timer_state = ltrywait; in happy_meal_timer()
771 hp->timer_state = lupwait; in happy_meal_timer()
791 hp->timer_state = asleep; in happy_meal_timer()
838 hp->timer_state = asleep; in happy_meal_timer()
884 hp->timer_state = asleep; /* foo on you */ in happy_meal_timer()
1391 hp->timer_state = arbwait; in happy_meal_begin_auto_negotiation()
1426 hp->timer_state = ltrywait; in happy_meal_begin_auto_negotiation()
2786 hp->timer_state = asleep; in happy_meal_sbus_init()
[all …]
Dsunbmac.h328 enum bigmac_timer_state timer_state; member
Dsunhme.h457 enum happy_timer_state timer_state; /* State of the auto-neg timer. */ member
/linux-2.4.37.9/drivers/net/skfp/h/
Dsba.h48 u_char timer_state ; member
/linux-2.4.37.9/include/net/
Dllc.h52 unsigned char timer_state[4]; /* The state of each timer */ member