Searched refs:RUN_AT (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtimer.c136 mod_timer(&tp->timer, RUN_AT(next_tick));
152 mod_timer(&tp->timer, RUN_AT(next_tick));
174 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dpnic2.c91 mod_timer(&tp->timer, RUN_AT(next_tick));
328 tp->timer.expires = RUN_AT(3*HZ);
353 tp->timer.expires = RUN_AT(3*HZ);
377 tp->timer.expires = RUN_AT(3*HZ);
H A D21142.c107 mod_timer(&tp->timer, RUN_AT(next_tick));
221 tp->timer.expires = RUN_AT(3*HZ);
231 tp->timer.expires = RUN_AT(3*HZ);
H A Dpnic.c161 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dinterrupt.c753 mod_timer(&tp->timer, RUN_AT(HZ/50));
796 mod_timer(&tp->timer, RUN_AT(HZ/50));
H A Dtulip.h364 #define RUN_AT(x) (jiffies + (x)) macro
H A Dtulip_core.c494 tp->timer.expires = RUN_AT(next_tick);
/linux-master/drivers/net/ethernet/
H A Dfealnx.c101 #define RUN_AT(x) (jiffies + (x)) macro
905 np->timer.expires = RUN_AT(3 * HZ);
1106 np->timer.expires = RUN_AT(10 * HZ);
1570 np->reset_timer.expires = RUN_AT(HZ/2);
/linux-master/drivers/net/hippi/
H A Drrunner.c52 #define RUN_AT(x) (jiffies + (x)) macro
1178 rrpriv->timer.expires = RUN_AT(5*HZ);
1237 rrpriv->timer.expires = RUN_AT(5*HZ); /* 5 sec. watchdog */
/linux-master/drivers/net/ethernet/packetengines/
H A Dhamachi.c193 #define RUN_AT(x) (jiffies + (x)) macro
989 hmp->timer.expires = RUN_AT((24*HZ)/10); /* 2.4 sec. */
1047 hmp->timer.expires = RUN_AT(next_tick);
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c100 #define RUN_AT(x) (jiffies + (x)) macro
1597 mod_timer(&vp->timer, RUN_AT(media_tbl[dev->if_port].wait));
1877 mod_timer(&vp->timer, RUN_AT(next_tick));
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c67 #define RUN_AT(x) (jiffies + (x)) macro
8426 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL);

Completed in 181 milliseconds