GDMA_CQ
gdma_cq->type = GDMA_CQ;
err = mana_ib_create_kernel_queue(mdev, buf_size, GDMA_CQ, &cq->queue);
if (spec->type != GDMA_CQ && spec->type != GDMA_SQ &&
if (spec->type == GDMA_CQ)
case GDMA_CQ:
case GDMA_CQ:
if (WARN_ON_ONCE(!cq || cq->type != GDMA_CQ || cq->id != cq_id))
else if (spec->type == GDMA_CQ)
spec.type = GDMA_CQ;
spec.type = GDMA_CQ;
spec.type = GDMA_CQ;