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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Didt77105.c54 static struct timer_list restart_timer = { variable in typeref:struct:timer_list
140 if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD);
321 init_timer(&restart_timer);
322 restart_timer.expires = jiffies+IDT77105_RESTART_TIMER_PERIOD;
323 restart_timer.function = idt77105_restart_timer_func;
324 add_timer(&restart_timer);
400 del_timer(&restart_timer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dioc3-eth.c846 int restart_timer = 0; local
876 restart_timer = 1;
894 restart_timer = 1;
896 restart_timer = 1;
916 restart_timer = 0;
922 restart_timer = 1;
924 restart_timer = 1;
948 restart_timer = 1;
956 restart_timer = 1;
964 restart_timer
[all...]
H A Dsunbmac.c524 int restart_timer = 0; local
536 restart_timer = 0;
553 restart_timer = 1;
555 restart_timer = 1;
562 restart_timer = 0;
567 if (restart_timer != 0) {
H A Dsunhme.c705 int restart_timer = 0; local
735 restart_timer = 1;
750 restart_timer = 1;
752 restart_timer = 1;
770 restart_timer = 0;
776 restart_timer = 1;
778 restart_timer = 1;
800 restart_timer = 1;
809 restart_timer = 1;
817 restart_timer
[all...]

Completed in 162 milliseconds