mlx4_cq_free
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
EXPORT_SYMBOL_GPL(mlx4_cq_free);
mlx4_cq_free(priv->mdev->dev, &cq->mcq);
mlx4_cq_free(dev->dev, &cq->mcq);
mlx4_cq_free(dev->dev, &mcq->mcq);