cq_base
entries * sizeof(struct cq_base),
entries * sizeof(struct cq_base),
resp.cqe_sz = sizeof(struct cq_base);
struct cq_base *hw_cqe;
hwq_attr.stride = sizeof(struct cq_base);
hwq_attr.stride = sizeof(struct cq_base);
struct cq_base *peek_hwcqe;
struct cq_base *hw_cqe;
struct cq_base *hw_cqe;
irdma_uk_cq_resize(&cq->cq_uk, info->cq_base, info->cq_size);
cq->cq_uk.cq_base = info->cq_base;
(_cqe) = (_cq)->cq_base[offset].buf; \
(_cq)->cq_base[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
((_cq)->cq_base))[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
info.cq_base = ccq->mem_cq.va;
ukinfo->cq_base = iwcq->kmem.va;
ext_cqe = cq_uk->cq_base[peek_head].buf;
init_info->cq_base = mem->va;
struct irdma_cqe *cq_base;
struct irdma_cqe *cq_base;
irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int cq_size)
cq->cq_base = cq_base;
ext_cqe = cq->cq_base[peek_head].buf;
cq->cq_base = info->cq_base;
cqe = ((struct irdma_extended_cqe *)(cq->cq_base))[cq_head].buf;
cqe = cq->cq_base[cq_head].buf;
void irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int size);
struct irdma_cqe *cq_base;
struct irdma_cqe *cq_base;
cqe = ((struct irdma_extended_cqe *)(cq->cq_base))[cq_head].buf;
cqe = cq->cq_base[cq_head].buf;
info.cq_base = kmem_buf.va;