Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/dec/tulip/
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()
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()
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()
Dpnic.c161 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic_timer()
Dinterrupt.c753 mod_timer(&tp->timer, RUN_AT(HZ/50)); in tulip_interrupt()
796 mod_timer(&tp->timer, RUN_AT(HZ/50));
Dtulip.h364 #define RUN_AT(x) (jiffies + (x)) macro
Dtulip_core.c494 tp->timer.expires = RUN_AT(next_tick); in tulip_up()
/linux-5.19.10/drivers/net/ethernet/
Dfealnx.c101 #define RUN_AT(x) (jiffies + (x)) macro
905 np->timer.expires = RUN_AT(3 * HZ); in netdev_open()
1106 np->timer.expires = RUN_AT(10 * HZ); in netdev_timer()
1570 np->reset_timer.expires = RUN_AT(HZ/2); in intr_handler()
/linux-5.19.10/drivers/net/hippi/
Drrunner.c52 #define RUN_AT(x) (jiffies + (x)) macro
1177 rrpriv->timer.expires = RUN_AT(5*HZ); in rr_timer()
1236 rrpriv->timer.expires = RUN_AT(5*HZ); /* 5 sec. watchdog */ in rr_open()
/linux-5.19.10/drivers/net/ethernet/packetengines/
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-5.19.10/drivers/net/ethernet/3com/
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-5.19.10/drivers/net/wireless/cisco/
Dairo.c214 #ifndef RUN_AT
215 #define RUN_AT(x) (jiffies+(x)) macro
1870 ai->expires = RUN_AT(3*HZ); in try_auto_wep()
3284 ai->expires = RUN_AT(3*HZ); in airo_handle_link()
5584 apriv->expires = RUN_AT(HZ*3); in timer_func()
7278 ai->scan_timeout = RUN_AT(3*HZ); in airo_set_scan()
/linux-5.19.10/drivers/net/ethernet/broadcom/
Dbnx2.c68 #define RUN_AT(x) (jiffies + (x)) macro
8448 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL); in bnx2_init_board()