Searched refs:restart_timer (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77105.c53 static DEFINE_TIMER(restart_timer, idt77105_restart_timer_func, 0, 0);
137 if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD);
313 init_timer(&restart_timer);
314 restart_timer.expires = jiffies+IDT77105_RESTART_TIMER_PERIOD;
315 restart_timer.function = idt77105_restart_timer_func;
316 add_timer(&restart_timer);
372 del_timer(&restart_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.h235 fsm_timer restart_timer; member in struct:ctc_priv
H A Dctcmain.c1496 fsm_addtimer(&privptr->restart_timer, 1000, DEV_EVENT_RESTART, dev);
1980 fsm_deltimer(&privptr->restart_timer);
2019 fsm_addtimer(&privptr->restart_timer, CTC_TIMEOUT_5SEC,
2813 fsm_settimer(privptr->fsm, &privptr->restart_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtc35815.c2376 int restart_timer = 0; local
2413 restart_timer = 1;
2426 restart_timer = 1;
2428 restart_timer = 1;
2455 restart_timer = 1;
2461 restart_timer = 1;
2463 restart_timer = 1;
2483 restart_timer = 1;
2487 restart_timer = 1;
2502 restart_timer
[all...]
H A Dsunbmac.c531 int restart_timer = 0; local
543 restart_timer = 0;
560 restart_timer = 1;
562 restart_timer = 1;
569 restart_timer = 0;
574 if (restart_timer != 0) {
H A Dsunhme.c691 int restart_timer = 0; local
721 restart_timer = 1;
736 restart_timer = 1;
738 restart_timer = 1;
756 restart_timer = 0;
762 restart_timer = 1;
764 restart_timer = 1;
786 restart_timer = 1;
795 restart_timer = 1;
803 restart_timer
[all...]
H A Dtg3.c3710 unsigned int restart_timer; local
3725 restart_timer = tp->tg3_flags2 & TG3_FLG2_RESTART_TIMER;
3741 if (restart_timer)
6747 goto restart_timer;
6857 restart_timer:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Doutqueue.c1230 __u8 restart_timer = 0; local
1310 restart_timer = 1;
1424 restart_timer = 1;
1543 } else if (restart_timer) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c229 goto restart_timer;
296 restart_timer:

Completed in 223 milliseconds