Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h157 #define AVG_SIZE 128 macro
164 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)