Home
last modified time | relevance | path

Searched refs:mlx5_core_modify_cq_moderation (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c91 mlx5_core_modify_cq_moderation(c->priv->mdev, &rq->cq.mcq, in mlx5e_dim_work()
H A Dmlx5_en_rl.c1340 mlx5_core_modify_cq_moderation(rl->priv->mdev, &sq->cq.mcq, in mlx5e_rl_refresh_channel_params()
H A Dmlx5_en_main.c2586 return (mlx5_core_modify_cq_moderation(priv->mdev, &sq->cq.mcq, in mlx5e_refresh_sq_params()
2643 return (mlx5_core_modify_cq_moderation(priv->mdev, &rq->cq.mcq, in mlx5e_refresh_rq_params()
/freebsd/sys/dev/mlx5/
H A Dcq.h169 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c215 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, in mlx5_core_modify_cq_moderation() function
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1104 err = mlx5_core_modify_cq_moderation(dev->mdev, &mcq->mcq, in mlx5_ib_modify_cq()