Searched refs:mlx5_core_modify_cq_moderation (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 91 mlx5_core_modify_cq_moderation(c->priv->mdev, &rq->cq.mcq, in mlx5e_dim_work()
|
H A D | mlx5_en_rl.c | 1340 mlx5_core_modify_cq_moderation(rl->priv->mdev, &sq->cq.mcq, in mlx5e_rl_refresh_channel_params()
|
H A D | mlx5_en_main.c | 2586 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 D | cq.h | 169 int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cq.c | 215 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 D | mlx5_ib_cq.c | 1104 err = mlx5_core_modify_cq_moderation(dev->mdev, &mcq->mcq, in mlx5_ib_modify_cq()
|