Searched refs:next_tick (Results 1 - 17 of 17) sorted by relevance

/drivers/net/ethernet/dec/tulip/
H A Dtimer.c24 int next_tick = 2*HZ; local
46 next_tick = 60*HZ;
104 next_tick = (24*HZ)/10;
111 next_tick = 3*HZ;
114 next_tick = 60*HZ;
136 mod_timer(&tp->timer, RUN_AT(next_tick));
145 int next_tick = 60*HZ; local
151 if (next_tick) {
152 mod_timer(&tp->timer, RUN_AT(next_tick));
161 int next_tick local
[all...]
H A Dpnic.c92 int next_tick = 60*HZ; local
106 next_tick = 3*HZ;
119 next_tick = 1*HZ;
123 next_tick = 60*HZ;
131 next_tick = 3*HZ;
134 next_tick = 1*HZ;
161 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dde4x5.c1747 int next_tick = DE4X5_AUTOSENSE_MS; local
1751 next_tick = srom_autoconf(dev);
1753 next_tick = dc21140m_autoconf(dev);
1755 next_tick = dc21041_autoconf(dev);
1757 next_tick = dc21040_autoconf(dev);
1760 dt = (next_tick * HZ) / 1000;
2394 int next_tick = DE4X5_AUTOSENSE_MS; local
2413 next_tick = dc21040_autoconf(dev);
2417 next_tick = dc21040_state(dev, 0x8f01, 0xffff, 0x0000, 3000, BNC_AUI,
2422 next_tick
2466 int next_tick = DE4X5_AUTOSENSE_MS; local
2505 int next_tick = DE4X5_AUTOSENSE_MS; local
2549 int next_tick = DE4X5_AUTOSENSE_MS; local
2750 int next_tick = DE4X5_AUTOSENSE_MS; local
2935 int next_tick = DE4X5_AUTOSENSE_MS; local
3291 int next_tick = 0; local
4435 int next_tick = DE4X5_AUTOSENSE_MS; local
4473 int next_tick = DE4X5_AUTOSENSE_MS; local
4508 int next_tick = DE4X5_AUTOSENSE_MS; local
[all...]
H A D21142.c35 int next_tick = 60*HZ; local
48 next_tick = 3*HZ;
51 next_tick = 60*HZ;
68 next_tick = 3*HZ;
101 next_tick = 3*HZ;
107 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dpnic2.c84 int next_tick = 60*HZ; local
90 if (next_tick) {
91 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dtulip_core.c298 int next_tick = 3*HZ; local
462 next_tick = 1*HZ;
506 tp->timer.expires = RUN_AT(next_tick);
/drivers/staging/vt6655/
H A Dwmgr.h85 #define timer_expire(timer,next_tick) mod_timer(&timer, RUN_AT(next_tick))
/drivers/staging/vt6656/
H A Dwmgr.h85 #define timer_expire(timer, next_tick) mod_timer(&timer, RUN_AT(next_tick))
/drivers/net/ethernet/realtek/
H A D8139too.c1481 static int next_tick = 3 * HZ; variable
1516 next_tick = HZ / 10;
1539 next_tick = HZ / 10;
1547 next_tick = HZ / 10;
1564 next_tick = HZ / 10;
1576 next_tick = HZ / 10;
1615 next_tick = HZ * 60;
1632 unsigned long thr_delay = next_tick;
1662 schedule_delayed_work(&tp->thread, next_tick);
1725 schedule_delayed_work(&tp->thread, next_tick);
[all...]
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c659 int next_tick = 60*HZ; local
679 next_tick = 60*HZ;
681 next_tick = 3*HZ;
684 yp->timer.expires = jiffies + next_tick;
H A Dhamachi.c1035 int next_tick = 10*HZ; local
1051 hmp->timer.expires = RUN_AT(next_tick);
/drivers/net/ethernet/natsemi/
H A Dnatsemi.c1796 int next_tick = NATSEMI_TIMER_FREQ; local
1830 next_tick = HZ;
1851 next_tick = 1;
1855 if (next_tick > 1)
1856 mod_timer(&np->timer, round_jiffies(jiffies + next_tick));
1858 mod_timer(&np->timer, jiffies + next_tick);
/drivers/net/ethernet/dlink/
H A Ddl2k.c495 int next_tick = 1*HZ; local
529 np->timer.expires = jiffies + next_tick;
H A Dsundance.c935 int next_tick = 10*HZ; local
944 np->timer.expires = jiffies + next_tick;
/drivers/net/ethernet/smsc/
H A Depic100.c868 int next_tick = 5*HZ; local
881 ep->timer.expires = jiffies + next_tick;
/drivers/net/ethernet/3com/
H A D3c59x.c1804 int next_tick = 60*HZ; local
1845 next_tick = 5*HZ;
1867 next_tick = media_tbl[dev->if_port].wait;
1892 mod_timer(&vp->timer, RUN_AT(next_tick));
/drivers/net/ethernet/sis/
H A Dsis900.c1293 static const int next_tick = 5*HZ; local
1343 sis_priv->timer.expires = jiffies + next_tick;

Completed in 292 milliseconds