Searched refs:moder_time (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_netdev.c366 * - moder_time is set to a fixed value.
378 cq->moder_time = priv->rx_usecs;
384 cq->moder_time = MLX4_EN_TX_COAL_TIME;
414 int moder_time; local
449 moder_time = priv->rx_usecs_low;
451 moder_time = priv->rx_usecs_high;
454 moder_time = priv->rx_usecs_low;
456 moder_time = priv->rx_usecs_high;
458 moder_time = (rate - priv->pkt_rate_low) *
466 moder_time
[all...]
H A Den_cq.c143 cq->moder_cnt, cq->moder_time);
H A Den_ethtool.c289 priv->rx_cq[i].moder_time = priv->rx_usecs;
H A Dmlx4_en.h296 u16 moder_time; member in struct:mlx4_en_cq

Completed in 35 milliseconds