Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c188 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function
197 EXPORT_SYMBOL(mlx5_core_modify_cq);
215 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5_core_modify_cq_moderation()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dcq.h191 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dcq.c1328 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()