Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dcq.h172 int mlx5_core_modify_cq_moderation_mode(struct mlx5_core_dev *dev,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c225 int mlx5_core_modify_cq_moderation_mode(struct mlx5_core_dev *dev, in mlx5_core_modify_cq_moderation_mode() function
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2580 return (mlx5_core_modify_cq_moderation_mode(priv->mdev, &sq->cq.mcq, in mlx5e_refresh_sq_params()
2625 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq, in mlx5e_refresh_rq_params()
2635 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq, in mlx5e_refresh_rq_params()
H A Dmlx5_en_rl.c1335 mlx5_core_modify_cq_moderation_mode(rl->priv->mdev, &sq->cq.mcq, in mlx5e_rl_refresh_channel_params()