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

/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c217 cq->moder_cnt, cq->moder_time);
H A Dmlx4_en_netdev.c1080 * - moder_time is set to a fixed value.
1094 cq->moder_time = priv->rx_usecs;
1103 cq->moder_time = priv->tx_usecs;
1127 int moder_time; local
1151 moder_time = priv->rx_usecs_low;
1153 moder_time = priv->rx_usecs_high;
1155 moder_time = (rate - priv->pkt_rate_low) *
1160 moder_time = priv->rx_usecs_low;
1163 if (moder_time != priv->last_moder_time[ring]) {
1164 priv->last_moder_time[ring] = moder_time;
[all...]
H A Den.h402 u16 moder_time; member in struct:mlx4_en_cq
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h319 int moder_time; member in struct:sdp_moderation

Completed in 129 milliseconds