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

/linux-master/net/ethtool/
H A Dcoalesce.c172 coal->pkt_rate_high, supported) ||
301 ethnl_update_u32(&coalesce.pkt_rate_high,
H A Dioctl.c1783 if (coalesce->pkt_rate_high)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h558 u32 pkt_rate_high; member in struct:mlx4_en_priv
H A Den_ethtool.c1019 coal->pkt_rate_high = priv->pkt_rate_high;
1072 priv->pkt_rate_high = coal->pkt_rate_high;
H A Den_netdev.c1443 priv->pkt_rate_high = MLX4_EN_RX_RATE_HIGH;
1454 u32 pkt_rate_high, pkt_rate_low; local
1469 pkt_rate_high = READ_ONCE(priv->pkt_rate_high);
1487 else if (rate >= pkt_rate_high)
1492 (pkt_rate_high - pkt_rate_low) +
/linux-master/include/uapi/linux/
H A Dethtool.h436 * @pkt_rate_high: Threshold for high packet rate (packets per second).
438 * a packet arrives, when the packet rate is above @pkt_rate_high.
440 * before an RX interrupt, when the packet rate is above @pkt_rate_high.
442 * a packet is sent, when the packet rate is above @pkt_rate_high.
444 * a TX interrupt, when the packet rate is above @pkt_rate_high.
469 * When the packet rate is below @pkt_rate_high but above
491 __u32 pkt_rate_high; member in struct:ethtool_coalesce
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2167 intr_coal->pkt_rate_high =
2201 intrmod_cfg->maxpkt_ratethr = intr_coal->pkt_rate_high;

Completed in 207 milliseconds