Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c611 u32 *tx_usecs_low, u32 *rx_usecs_low, in hns_ae_get_coalesce_range() argument
634 *rx_usecs_low = HNS_RCB_RX_USECS_LOW; in hns_ae_get_coalesce_range()
Dhnae.h504 u32 *tx_usecs_low, u32 *rx_usecs_low,
/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h513 u32 *tx_usecs_low, u32 *rx_usecs_low,
/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.h563 u16 rx_usecs_low; member
Den_ethtool.c1013 coal->rx_coalesce_usecs_low = priv->rx_usecs_low; in mlx4_en_get_coalesce()
1064 priv->rx_usecs_low = coal->rx_coalesce_usecs_low; in mlx4_en_set_coalesce()