Searched refs:RUN_AT (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/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 | 753 mod_timer(&tp->timer, RUN_AT(HZ/50)); in tulip_interrupt() 796 mod_timer(&tp->timer, RUN_AT(HZ/50));
|
D | tulip.h | 364 #define RUN_AT(x) (jiffies + (x)) macro
|
D | tulip_core.c | 494 tp->timer.expires = RUN_AT(next_tick); in tulip_up()
|
/linux-5.19.10/drivers/net/ethernet/ |
D | fealnx.c | 101 #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/ |
D | rrunner.c | 52 #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/ |
D | hamachi.c | 193 #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/ |
D | 3c59x.c | 100 #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/ |
D | airo.c | 214 #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/ |
D | bnx2.c | 68 #define RUN_AT(x) (jiffies + (x)) macro 8448 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL); in bnx2_init_board()
|