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

/linux-master/net/ethtool/
H A Dcoalesce.c162 coal->pkt_rate_low, supported) ||
291 ethnl_update_u32(&coalesce.pkt_rate_low,
H A Dioctl.c1773 if (coalesce->pkt_rate_low)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1441 priv->pkt_rate_low = MLX4_EN_RX_RATE_LOW;
1454 u32 pkt_rate_high, pkt_rate_low; local
1468 pkt_rate_low = READ_ONCE(priv->pkt_rate_low);
1485 if (rate <= pkt_rate_low)
1490 moder_time = (rate - pkt_rate_low) *
1492 (pkt_rate_high - pkt_rate_low) +
H A Dmlx4_en.h556 u32 pkt_rate_low; member in struct:mlx4_en_priv
H A Den_ethtool.c1017 coal->pkt_rate_low = priv->pkt_rate_low;
1070 priv->pkt_rate_low = coal->pkt_rate_low;
/linux-master/include/uapi/linux/
H A Dethtool.h427 * @pkt_rate_low: Threshold for low packet rate (packets per second).
429 * a packet arrives, when the packet rate is below @pkt_rate_low.
431 * before an RX interrupt, when the packet rate is below @pkt_rate_low.
433 * a packet is sent, when the packet rate is below @pkt_rate_low.
435 * a TX interrupt, when the packet rate is below @pkt_rate_low.
470 * @pkt_rate_low (both measured in packets per second) the
486 __u32 pkt_rate_low; member in struct:ethtool_coalesce
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2169 intr_coal->pkt_rate_low =
2202 intrmod_cfg->minpkt_ratethr = intr_coal->pkt_rate_low;

Completed in 168 milliseconds