Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h175 #define AVG_SIZE 128 macro
181 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)