Searched refs:AVG_FACTOR (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00link.c62 #define AVG_FACTOR 1000 macro
69 ((__val) * (AVG_FACTOR))) / \
71 ((__val) * (AVG_FACTOR)); \
72 __new.avg = __new.avg_weight / (AVG_FACTOR); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmlx4_en.h149 #define AVG_FACTOR 1024 macro
155 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)
157 #define GET_AVG_PERF_COUNTER(cnt) ((cnt) / AVG_FACTOR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1331 #define AVG_FACTOR 1000 macro
1347 (val * (AVG_FACTOR))) / (AVG_SAMPLES)) :
1348 (val * (AVG_FACTOR));
1349 new.avg = new.avg_weight / (AVG_FACTOR);

Completed in 116 milliseconds