mlx5_core_create_cq
int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
EXPORT_SYMBOL(mlx5_core_create_cq);
err = mlx5_core_create_cq(cq->priv->mdev, mcq, in, inlen, out, sizeof(out));
err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen);
err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen, out, sizeof(out));
err = mlx5_core_create_cq(dev->mdev, &obj->core_cq,
err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out));