Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c210 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function
219 EXPORT_SYMBOL(mlx5_core_modify_cq);
237 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5_core_modify_cq_moderation()
H A Den_main.c2347 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5e_modify_cq_period_mode()
2365 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5e_modify_cq_moderation()
/linux/include/linux/mlx5/
H A Dcq.h194 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1383 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()