Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c590 u32 *tx_usecs_low, u32 *rx_usecs_low, in hns_ae_get_coalesce_range() argument
613 *rx_usecs_low = HNS_RCB_RX_USECS_LOW; in hns_ae_get_coalesce_range()
H A Dhnae.h498 u32 *tx_usecs_low, u32 *rx_usecs_low,
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1443 priv->rx_usecs_low = MLX4_EN_RX_COAL_TIME_LOW; in mlx4_en_set_default_moderation()
1487 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
1492 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation()
1494 priv->rx_usecs_low; in mlx4_en_auto_moderation()
1496 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
H A Dmlx4_en.h559 u16 rx_usecs_low; member
H A Den_ethtool.c999 coal->rx_coalesce_usecs_low = priv->rx_usecs_low; in mlx4_en_get_coalesce()
1052 priv->rx_usecs_low = coal->rx_coalesce_usecs_low; in mlx4_en_set_coalesce()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h657 u32 *tx_usecs_low, u32 *rx_usecs_low,