Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h177 #define AVG_FACTOR 1024 macro
182 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)
184 #define GET_AVG_PERF_COUNTER(cnt) ((cnt) / AVG_FACTOR)