GDMA_CQE_OWNER_BITS
u32 head = cq->head % (num_cqe << GDMA_CQE_OWNER_BITS);
#define GDMA_CQE_OWNER_MASK ((1 << GDMA_CQE_OWNER_BITS) - 1)