Home
last modified time | relevance | path

Searched refs:OS_HZ (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/
Drtmp_timer.h105 RTMP_OS_Add_Timer(&_pTimer->TimerObj, OS_HZ); \
Drt_linux.h344 #define OS_HZ HZ macro
350 long _loop = ((_time)/(1000/OS_HZ)) > 0 ? ((_time)/(1000/OS_HZ)) : 1;\
Drt_linux.c88 timeout = ((timeout * OS_HZ) / 1000); in RTMP_SetPeriodicTimer()
109 timeout = ((timeout * OS_HZ) / 1000); in RTMP_OS_Add_Timer()
117 timeout = ((timeout * OS_HZ) / 1000); in RTMP_OS_Mod_Timer()
Dmlme.h64 #define BEACON_LOST_TIME (4 * OS_HZ) /* 2048 msec = 2 sec */
Drtmp.h2118 #define TIME_BASE (1000000/OS_HZ)
/linux-2.6.39/drivers/staging/rt2860/iface/
Drtmp_usb.h131 #define CONTROL_TIMEOUT_JIFFIES ((100 * OS_HZ) / 1000)
/linux-2.6.39/drivers/staging/rt2860/sta/
Dwpa.c74 if ((pAd->StaCfg.LastMicErrorTime + (60 * OS_HZ)) < Now) { in RTMPReportMicError()
Dsync.c41 #define ADHOC_ENTRY_BEACON_LOST_TIME (2*OS_HZ) /* 2 sec */
/linux-2.6.39/drivers/staging/rt2860/common/
Dba_action.c37 #define REORDERING_PACKET_TIMEOUT ((100 * OS_HZ)/1000) /* system ticks -- 100 ms */
38 #define MAX_REORDERING_PACKET_TIMEOUT ((3000 * OS_HZ)/1000) /* system ticks -- 100 ms */
Dmlme.c692 #define ADHOC_BEACON_LOST_TIME (8*OS_HZ) /* 8 sec */
1240 (60 * OS_HZ))) in STAMlmePeriodicExec()
1283 pAd->StaCfg.LastBeaconRxTime + (1 * OS_HZ))) in STAMlmePeriodicExec()
1369 10 * OS_HZ) < pAd->Mlme.Now32) { in STAMlmePeriodicExec()
1420 pAd->StaCfg.LastScanTime + (30 * OS_HZ))) in STAMlmePeriodicExec()
1437 pAd->StaCfg.LastScanTime + (10 * OS_HZ))) { in STAMlmePeriodicExec()
Drtmp_init.c2727 if (pAd->StaCfg.LastScanTime > 10 * OS_HZ) in UserCfgInit()
2728 pAd->StaCfg.LastScanTime -= (10 * OS_HZ); in UserCfgInit()
Dcmm_data.c2074 #define REORDERING_PACKET_TIMEOUT ((100 * OS_HZ)/1000) /* system ticks -- 100 ms */ in Indicate_Legacy_Packet()