Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_netdev.c1094 cq->moder_time = priv->rx_usecs; in mlx4_en_set_default_moderation()
1103 cq->moder_time = priv->tx_usecs; in mlx4_en_set_default_moderation()
1127 int moder_time; in mlx4_en_auto_moderation() local
1151 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
1153 moder_time = priv->rx_usecs_high; in mlx4_en_auto_moderation()
1155 moder_time = (rate - priv->pkt_rate_low) * in mlx4_en_auto_moderation()
1160 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
1163 if (moder_time != priv->last_moder_time[ring]) { in mlx4_en_auto_moderation()
1164 priv->last_moder_time[ring] = moder_time; in mlx4_en_auto_moderation()
1166 cq->moder_time = moder_time; in mlx4_en_auto_moderation()
HDmlx4_en_cq.c217 cq->moder_cnt, cq->moder_time); in mlx4_en_set_cq_moder()
HDen.h402 u16 moder_time; member
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp.h319 int moder_time; member