cq_base
struct hl_cq_entry *cq_entry, *cq_base;
cq_base = cq->kernel_address;
cq_entry = (struct hl_cq_entry *) &cq_base[cq->ci];
struct hl_cq_entry *cq_base;
cq_base = cq->kernel_address;
polling_addr = (u32 *)&cq_base[cq->ci];
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;
#define BNXT_QPLIB_MAX_CQE_ENTRY_SIZE sizeof(struct cq_base)
*cqid = dev->lif_cfg.cq_base +
u32 bitid = ionic_qid_to_bitid(cqid - dev->lif_cfg.cq_base,
cfg->cq_base = le32_to_cpu(ident->rdma.cq_qtype.qid_base);
u32 cq_base;
irdma_uk_cq_resize(&cq->cq_uk, info->cq_base, info->cq_size);
cq->cq_uk.cq_base = info->cq_base;
(_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;
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;
void 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;
info.cq_base = kmem_buf.va;
ukinfo->cq_base = iwcq->kmem.va;
if (qcq->cq_base)
qcq->cq_base, qcq->cq_base_pa);
void *q_base, *cq_base;
cq_base = PTR_ALIGN(q_base +
qcq->cq_base = dma_alloc_coherent(dev, qcq->cq_size,
if (!qcq->cq_base) {
cq_base = PTR_ALIGN(qcq->cq_base, PDS_PAGE_SIZE);
pdsc_cq_map(&qcq->cq, cq_base, cq_base_pa);
void *cq_base;
swap(a->cq_base, b->cq_base);
if (qcq->cq_base) {
dma_free_coherent(dev, qcq->cq_size, qcq->cq_base, qcq->cq_base_pa);
qcq->cq_base = NULL;
new->cq_base = dma_alloc_coherent(dev, new->cq_size, &new->cq_base_pa,
if (!new->cq_base) {
new->cq.base = PTR_ALIGN(new->cq_base, PAGE_SIZE);
dma_free_coherent(dev, new->cq_size, new->cq_base, new->cq_base_pa);
memset(qcq->cq_base, 0, qcq->cq_size);
void *cq_base;