Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c591 u32 *tx_usecs_high, u32 *rx_usecs_high) in hns_ae_get_coalesce_range() argument
615 *rx_usecs_high = HNS_RCB_RX_USECS_HIGH; in hns_ae_get_coalesce_range()
Dhnae.h499 u32 *tx_usecs_high, u32 *rx_usecs_high);
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h549 u16 rx_usecs_high; member
Den_ethtool.c1020 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce()
1073 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
Den_netdev.c1442 priv->rx_usecs_high = MLX4_EN_RX_COAL_TIME_HIGH; in mlx4_en_set_default_moderation()
1486 moder_time = priv->rx_usecs_high; in mlx4_en_auto_moderation()
1489 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h604 u32 *tx_usecs_high, u32 *rx_usecs_high);