Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns/
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()
Dhnae.h498 u32 *tx_usecs_low, u32 *rx_usecs_low,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c1440 priv->rx_usecs_low = MLX4_EN_RX_COAL_TIME_LOW; in mlx4_en_set_default_moderation()
1484 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
1489 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation()
1491 priv->rx_usecs_low; in mlx4_en_auto_moderation()
1493 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
Dmlx4_en.h547 u16 rx_usecs_low; member
Den_ethtool.c1018 coal->rx_coalesce_usecs_low = priv->rx_usecs_low; in mlx4_en_get_coalesce()
1071 priv->rx_usecs_low = coal->rx_coalesce_usecs_low; in mlx4_en_set_coalesce()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h623 u32 *tx_usecs_low, u32 *rx_usecs_low,