Home
last modified time | relevance | path

Searched refs:mlx5_core_modify_cq (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c199 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function
208 EXPORT_SYMBOL(mlx5_core_modify_cq);
226 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5_core_modify_cq_moderation()
/linux-5.19.10/include/linux/mlx5/
Dcq.h193 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dcq.c1360 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()