Home
last modified time | relevance | path

Searched refs:pkt_rate_low (Results 1 – 7 of 7) sorted by relevance

/linux/net/ethtool/
H A Dcoalesce.c242 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
545 ethnl_update_u32(&coalesce.pkt_rate_low, in __ethnl_set_coalesce()
H A Dioctl.c1990 if (coalesce->pkt_rate_low) in ethtool_set_coalesce_supported()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1442 priv->pkt_rate_low = MLX4_EN_RX_RATE_LOW; in mlx4_en_set_default_moderation()
1455 u32 pkt_rate_high, pkt_rate_low; in mlx4_en_auto_moderation() local
1469 pkt_rate_low = READ_ONCE(priv->pkt_rate_low); in mlx4_en_auto_moderation()
1486 if (rate <= pkt_rate_low) in mlx4_en_auto_moderation()
1491 moder_time = (rate - pkt_rate_low) * in mlx4_en_auto_moderation()
1493 (pkt_rate_high - pkt_rate_low) + in mlx4_en_auto_moderation()
H A Den_ethtool.c998 coal->pkt_rate_low = priv->pkt_rate_low; in mlx4_en_get_coalesce()
1051 priv->pkt_rate_low = coal->pkt_rate_low; in mlx4_en_set_coalesce()
H A Dmlx4_en.h558 u32 pkt_rate_low; member
/linux/include/uapi/linux/
H A Dethtool.h486 __u32 pkt_rate_low; member
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2169 intr_coal->pkt_rate_low = in lio_get_intr_coalesce()
2202 intrmod_cfg->minpkt_ratethr = intr_coal->pkt_rate_low; in oct_cfg_adaptive_intr()