Searched refs:mlx5_core_modify_cq (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 192 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function 201 EXPORT_SYMBOL(mlx5_core_modify_cq); 219 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5_core_modify_cq_moderation()
|
/Linux-v5.4/include/linux/mlx5/ |
D | cq.h | 192 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1293 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()
|