Searched refs:RUN_AT (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/dec/tulip/ |
D | pnic2.c | 91 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()
|
D | timer.c | 136 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()
|
D | 21142.c | 107 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()
|
D | pnic.c | 161 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic_timer()
|
D | interrupt.c | 745 mod_timer(&tp->timer, RUN_AT(HZ/50)); in tulip_interrupt() 788 mod_timer(&tp->timer, RUN_AT(HZ/50));
|
D | tulip.h | 364 #define RUN_AT(x) (jiffies + (x)) macro
|
D | tulip_core.c | 505 tp->timer.expires = RUN_AT(next_tick); in tulip_up()
|
/drivers/net/ethernet/ |
D | fealnx.c | 108 #define RUN_AT(x) (jiffies + (x)) macro 914 np->timer.expires = RUN_AT(3 * HZ); in netdev_open() 1117 np->timer.expires = RUN_AT(10 * HZ); in netdev_timer() 1574 np->reset_timer.expires = RUN_AT(HZ/2); in intr_handler()
|
/drivers/net/irda/ |
D | au1k_ir.c | 181 #define RUN_AT(x) (jiffies + (x)) macro 623 aup->timer.expires = RUN_AT((3 * HZ)); in au1k_irda_start()
|
/drivers/net/hippi/ |
D | rrunner.c | 56 #define RUN_AT(x) (jiffies + (x)) macro 1172 rrpriv->timer.expires = RUN_AT(5*HZ); in rr_timer() 1233 rrpriv->timer.expires = RUN_AT(5*HZ); /* 5 sec. watchdog */ in rr_open()
|
/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 193 #define RUN_AT(x) (jiffies + (x)) macro 984 hmp->timer.expires = RUN_AT((24*HZ)/10); /* 2.4 sec. */ in hamachi_open() 1044 hmp->timer.expires = RUN_AT(next_tick); in hamachi_timer()
|
/drivers/net/ethernet/3com/ |
D | 3c59x.c | 100 #define RUN_AT(x) (jiffies + (x)) macro 1605 vp->timer.expires = RUN_AT(media_tbl[dev->if_port].wait); in vortex_up() 1888 mod_timer(&vp->timer, RUN_AT(next_tick)); in vortex_timer() 2676 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1)); in boomerang_rx()
|
/drivers/net/wireless/ |
D | airo.c | 208 #ifndef RUN_AT 209 #define RUN_AT(x) (jiffies+(x)) macro 1869 ai->expires = RUN_AT(3*HZ); in try_auto_wep() 3273 ai->expires = RUN_AT(3*HZ); in airo_handle_link() 5555 apriv->expires = RUN_AT(HZ*3); in timer_func() 7251 ai->scan_timeout = RUN_AT(3*HZ); in airo_set_scan()
|
/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 69 #define RUN_AT(x) (jiffies + (x)) macro 8448 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL); in bnx2_init_board()
|