GDMA_CQE_SIZE
uint32_t num_cqe = cq->queue_size / GDMA_CQE_SIZE;
uint32_t log2_num_entries = ilog2(spec->queue_size / GDMA_CQE_SIZE);
cq_size = roundup_pow_of_two(GDMA_CQE_SIZE * q_depth);