Searched refs:cq_tbl (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c222 dev->cq_tbl = kcalloc(OCRDMA_MAX_CQ, sizeof(struct ocrdma_cq *),
224 if (!dev->cq_tbl)
259 kfree(dev->cq_tbl);
H A Docrdma.h245 struct ocrdma_cq **cq_tbl; member in struct:ocrdma_dev
H A Docrdma_hw.c707 cq = dev->cq_tbl[cqid];
973 cq = dev->cq_tbl[cq_idx];
H A Docrdma_verbs.c1005 dev->cq_tbl[cq->id] = cq;
1061 dev->cq_tbl[cq->id] = NULL;
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c219 dev->cq_tbl = kcalloc(dev->dsr->caps.max_cq, sizeof(struct pvrdma_cq *),
221 if (!dev->cq_tbl)
259 kfree(dev->cq_tbl);
316 cq = dev->cq_tbl[cqn % dev->dsr->caps.max_cq];
487 cq = dev->cq_tbl[cqne->info % dev->dsr->caps.max_cq];
1089 kfree(dev->cq_tbl);
H A Dpvrdma_cq.c199 dev->cq_tbl[cq->cq_handle % dev->dsr->caps.max_cq] = cq;
262 dev->cq_tbl[vcq->cq_handle] = NULL;
H A Dpvrdma.h228 struct pvrdma_cq **cq_tbl; member in struct:pvrdma_dev
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c870 lvl = ctx->cq_tbl.level;
871 pgsz = bnxt_qplib_base_pg_size(&ctx->cq_tbl);
889 cpu_to_le64(ctx->cq_tbl.pbl[PBL_LVL_0].pg_map_arr[0]);
898 req.number_of_cq = cpu_to_le32(ctx->cq_tbl.max_elements);
H A Dqplib_res.h292 struct bnxt_qplib_hwq cq_tbl; member in struct:bnxt_qplib_ctx
H A Dqplib_res.c372 bnxt_qplib_free_hwq(res, &ctx->cq_tbl);
539 rc = bnxt_qplib_alloc_init_hwq(&ctx->cq_tbl, &hwq_attr);

Completed in 156 milliseconds