Searched refs:OS_HZ (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_timer.h104 RTMP_OS_Add_Timer(&_pTimer->TimerObj, OS_HZ); \
H A Drt_linux.c88 timeout = ((timeout * OS_HZ) / 1000);
109 timeout = ((timeout * OS_HZ) / 1000);
117 timeout = ((timeout * OS_HZ) / 1000);
H A Drt_linux.h343 #define OS_HZ HZ macro
349 long _loop = ((_time)/(1000/OS_HZ)) > 0 ? ((_time)/(1000/OS_HZ)) : 1;\
H A Dmlme.h63 #define BEACON_LOST_TIME (4 * OS_HZ) /* 2048 msec = 2 sec */
H A Drtmp.h2123 #define TIME_BASE (1000000/OS_HZ)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Drtmp_timer.h104 RTMP_OS_Add_Timer(&_pTimer->TimerObj, OS_HZ); \
H A Drt_linux.c88 timeout = ((timeout * OS_HZ) / 1000);
109 timeout = ((timeout * OS_HZ) / 1000);
117 timeout = ((timeout * OS_HZ) / 1000);
H A Drt_linux.h343 #define OS_HZ HZ macro
349 long _loop = ((_time)/(1000/OS_HZ)) > 0 ? ((_time)/(1000/OS_HZ)) : 1;\
H A Dmlme.h63 #define BEACON_LOST_TIME (4 * OS_HZ) /* 2048 msec = 2 sec */
H A Drtmp.h2123 #define TIME_BASE (1000000/OS_HZ)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/iface/
H A Drtmp_usb.h111 #define CONTROL_TIMEOUT_JIFFIES ( (100 * OS_HZ) / 1000)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/iface/
H A Drtmp_usb.h111 #define CONTROL_TIMEOUT_JIFFIES ( (100 * OS_HZ) / 1000)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dwpa.c73 if ((pAd->StaCfg.LastMicErrorTime + (60 * OS_HZ)) < Now) {
H A Dsync.c40 #define ADHOC_ENTRY_BEACON_LOST_TIME (2*OS_HZ) /* 2 sec */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/sta/
H A Dwpa.c73 if ((pAd->StaCfg.LastMicErrorTime + (60 * OS_HZ)) < Now) {
H A Dsync.c40 #define ADHOC_ENTRY_BEACON_LOST_TIME (2*OS_HZ) /* 2 sec */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dba_action.c36 #define REORDERING_PACKET_TIMEOUT ((100 * OS_HZ)/1000) /* system ticks -- 100 ms */
37 #define MAX_REORDERING_PACKET_TIMEOUT ((3000 * OS_HZ)/1000) /* system ticks -- 100 ms */
H A Dmlme.c691 #define ADHOC_BEACON_LOST_TIME (8*OS_HZ) /* 8 sec */
1239 (60 * OS_HZ)))
1282 pAd->StaCfg.LastBeaconRxTime + (1 * OS_HZ)))
1368 10 * OS_HZ) < pAd->Mlme.Now32) {
1419 pAd->StaCfg.LastScanTime + (30 * OS_HZ)))
1436 pAd->StaCfg.LastScanTime + (10 * OS_HZ))) {
H A Dcmm_data.c2074 #define REORDERING_PACKET_TIMEOUT ((100 * OS_HZ)/1000) /* system ticks -- 100 ms */
H A Drtmp_init.c2734 if (pAd->StaCfg.LastScanTime > 10 * OS_HZ)
2735 pAd->StaCfg.LastScanTime -= (10 * OS_HZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dba_action.c36 #define REORDERING_PACKET_TIMEOUT ((100 * OS_HZ)/1000) /* system ticks -- 100 ms */
37 #define MAX_REORDERING_PACKET_TIMEOUT ((3000 * OS_HZ)/1000) /* system ticks -- 100 ms */
H A Dmlme.c691 #define ADHOC_BEACON_LOST_TIME (8*OS_HZ) /* 8 sec */
1239 (60 * OS_HZ)))
1282 pAd->StaCfg.LastBeaconRxTime + (1 * OS_HZ)))
1368 10 * OS_HZ) < pAd->Mlme.Now32) {
1419 pAd->StaCfg.LastScanTime + (30 * OS_HZ)))
1436 pAd->StaCfg.LastScanTime + (10 * OS_HZ))) {
H A Dcmm_data.c2074 #define REORDERING_PACKET_TIMEOUT ((100 * OS_HZ)/1000) /* system ticks -- 100 ms */
H A Drtmp_init.c2734 if (pAd->StaCfg.LastScanTime > 10 * OS_HZ)
2735 pAd->StaCfg.LastScanTime -= (10 * OS_HZ);

Completed in 332 milliseconds