Home
last modified time | relevance | path

Searched refs:RUN_AT (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c91 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic2_timer()
328 tp->timer.expires = RUN_AT(3*HZ); in pnic2_lnk_change()
353 tp->timer.expires = RUN_AT(3*HZ); in pnic2_lnk_change()
377 tp->timer.expires = RUN_AT(3*HZ); in pnic2_lnk_change()
H A Dtimer.c136 mod_timer(&tp->timer, RUN_AT(next_tick)); in tulip_media_task()
152 mod_timer(&tp->timer, RUN_AT(next_tick)); in mxic_timer()
174 mod_timer(&tp->timer, RUN_AT(next_tick)); in comet_timer()
H A D21142.c107 mod_timer(&tp->timer, RUN_AT(next_tick)); in t21142_media_task()
221 tp->timer.expires = RUN_AT(3*HZ); in t21142_lnk_change()
231 tp->timer.expires = RUN_AT(3*HZ); in t21142_lnk_change()
H A Dpnic.c161 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic_timer()
H A Dinterrupt.c753 mod_timer(&tp->timer, RUN_AT(HZ/50)); in tulip_interrupt()
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); in tulip_up()
/linux/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. */ in hamachi_open()
1047 hmp->timer.expires = RUN_AT(next_tick); in hamachi_timer()
/linux/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)); in vortex_up()
1877 mod_timer(&vp->timer, RUN_AT(next_tick)); in vortex_timer()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c67 #define RUN_AT(x) (jiffies + (x)) macro
8425 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL); in bnx2_init_board()