Home
last modified time | relevance | path

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

/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.c745 mod_timer(&tp->timer, RUN_AT(HZ/50)); in tulip_interrupt()
788 mod_timer(&tp->timer, RUN_AT(HZ/50));
Dtulip.h364 #define RUN_AT(x) (jiffies + (x)) macro
Dtulip_core.c505 tp->timer.expires = RUN_AT(next_tick); in tulip_up()
/drivers/staging/vt6655/
Dbaseband.c2730 pDevice->TimerSQ3Tmax1.expires = RUN_AT(pDevice->byTMax * HZ); in BBvAntennaDiversity()
2734 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
2759 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
2760 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in BBvAntennaDiversity()
2802 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3CallBack()
2803 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerSQ3CallBack()
2840 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerState1CallBack()
2841 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerState1CallBack()
2860 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerState1CallBack()
2861 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerState1CallBack()
Dwcmd.c294 pDevice->sTimerCommand.expires = (unsigned int)RUN_AT((MSecond * HZ) >> 10); in vCommandTimerWait()
659 pDevice->sTimerTxData.expires = RUN_AT(10*HZ); //10s callback in vCommandTimer()
983 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vResetCommandTimer()
1004 pDevice->sTimerTxData.expires = RUN_AT(10*HZ); //10s callback in BSSvSecondTxData()
1021 pDevice->sTimerTxData.expires = RUN_AT(10*HZ); /* 10s callback */ in BSSvSecondTxData()
Ddevice.h128 #ifndef RUN_AT
129 #define RUN_AT(x) (jiffies+(x)) macro
Dwmgr.h80 #define timer_expire(timer, next_tick) mod_timer(&timer, RUN_AT(next_tick))
Ddevice_main.c760 pDevice->TimerSQ3Tmax1.expires = RUN_AT(HZ); in device_init_diversity_timer()
765 pDevice->TimerSQ3Tmax2.expires = RUN_AT(HZ); in device_init_diversity_timer()
770 pDevice->TimerSQ3Tmax3.expires = RUN_AT(HZ); in device_init_diversity_timer()
Dbssdb.c1191 pMgmt->sTimerSecondCallback.expires = RUN_AT(HZ); in BSSvSecondCallBack()
Dwmgr.c379 pMgmt->sTimerSecondCallback.expires = RUN_AT(HZ); in vMgrTimerInit()
384 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vMgrTimerInit()
389 pDevice->sTimerTxData.expires = RUN_AT(10*HZ); //10s callback in vMgrTimerInit()
/drivers/net/ethernet/
Dfealnx.c108 #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/
Dau1k_ir.c184 #define RUN_AT(x) (jiffies + (x)) macro
626 aup->timer.expires = RUN_AT((3 * HZ)); in au1k_irda_start()
/drivers/net/hippi/
Drrunner.c56 #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/
Dhamachi.c193 #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/
D3c59x.c100 #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()
2659 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1)); in boomerang_rx()
/drivers/net/wireless/
Dairo.c208 #ifndef RUN_AT
209 #define RUN_AT(x) (jiffies+(x)) macro
1873 ai->expires = RUN_AT(3*HZ); in try_auto_wep()
3271 ai->expires = RUN_AT(3*HZ); in airo_handle_link()
5541 apriv->expires = RUN_AT(HZ*3); in timer_func()
7238 ai->scan_timeout = RUN_AT(3*HZ); in airo_set_scan()
/drivers/net/ethernet/broadcom/
Dbnx2.c69 #define RUN_AT(x) (jiffies + (x)) macro
8438 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL); in bnx2_init_board()