Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c203 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function
220 EXPORT_SYMBOL(mlx5_core_modify_cq);
237 return mlx5_core_modify_cq(dev, cq, &in, sizeof(in)); in mlx5_core_modify_cq_moderation()
/linux-4.4.14/include/linux/mlx5/
Dcq.h170 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c949 err = mlx5_core_modify_cq(dev->mdev, &mcq->mcq, in, sizeof(*in)); in mlx5_ib_modify_cq()
1146 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()