Searched refs:timer_state (Results 1 – 10 of 10) sorted by relevance
227 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()
337 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()
337 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;
99 enum ioc3_timer_state timer_state; /* State of auto-neg timer. */ member728 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()
527 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()
647 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 …]
328 enum bigmac_timer_state timer_state; member
457 enum happy_timer_state timer_state; /* State of the auto-neg timer. */ member
48 u_char timer_state ; member
52 unsigned char timer_state[4]; /* The state of each timer */ member