Searched refs:mlx5_core_create_cq (Results 1 – 3 of 3) sorted by relevance
91 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function136 EXPORT_SYMBOL(mlx5_core_create_cq);
165 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
794 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen); in mlx5_ib_create_cq()