Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c69 if (priv->adaptive_rx_coal) in mlx4_en_moderation_update()
1022 coal->use_adaptive_rx_coalesce = priv->adaptive_rx_coal; in mlx4_en_get_coalesce()
1075 priv->adaptive_rx_coal = coal->use_adaptive_rx_coalesce; in mlx4_en_set_coalesce()
H A Dmlx4_en.h561 u32 adaptive_rx_coal; member
H A Den_netdev.c1444 priv->adaptive_rx_coal = 1; in mlx4_en_set_default_moderation()
1463 if (!priv->adaptive_rx_coal || period < priv->sample_interval * HZ) in mlx4_en_auto_moderation()