Searched refs:cq_tbl (Results 1 – 10 of 10) sorted by relevance
509 level = ctx->cq_tbl.level; in bnxt_qplib_init_rcfw()511 __get_pbl_pg_idx(&ctx->cq_tbl.pbl[level]); in bnxt_qplib_init_rcfw()515 level = ctx->cq_tbl.level; in bnxt_qplib_init_rcfw()517 __get_pbl_pg_idx(&ctx->cq_tbl.pbl[level]); in bnxt_qplib_init_rcfw()532 cpu_to_le64(ctx->cq_tbl.pbl[PBL_LVL_0].pg_map_arr[0]); in bnxt_qplib_init_rcfw()541 req.number_of_cq = cpu_to_le32(ctx->cq_tbl.max_elements); in bnxt_qplib_init_rcfw()
309 bnxt_qplib_free_hwq(pdev, &ctx->cq_tbl); in bnxt_qplib_free_ctx()377 ctx->cq_tbl.max_elements = ctx->cq_count; in bnxt_qplib_alloc_ctx()378 rc = bnxt_qplib_alloc_init_hwq(pdev, &ctx->cq_tbl, NULL, in bnxt_qplib_alloc_ctx()379 &ctx->cq_tbl.max_elements, in bnxt_qplib_alloc_ctx()
170 struct bnxt_qplib_hwq cq_tbl; member
265 dev->cq_tbl = kcalloc(OCRDMA_MAX_CQ, sizeof(struct ocrdma_cq *), in ocrdma_alloc_resources()267 if (!dev->cq_tbl) in ocrdma_alloc_resources()302 kfree(dev->cq_tbl); in ocrdma_free_resources()
247 struct ocrdma_cq **cq_tbl; member
1019 dev->cq_tbl[cq->id] = cq; in ocrdma_create_cq()1075 dev->cq_tbl[cq->id] = NULL; in ocrdma_destroy_cq()
707 cq = dev->cq_tbl[cqid]; in ocrdma_dispatch_ibevent()973 cq = dev->cq_tbl[cq_idx]; in ocrdma_qp_cq_handler()
238 dev->cq_tbl = kcalloc(dev->dsr->caps.max_cq, sizeof(struct pvrdma_cq *), in pvrdma_register_device()240 if (!dev->cq_tbl) in pvrdma_register_device()286 kfree(dev->cq_tbl); in pvrdma_register_device()343 cq = dev->cq_tbl[cqn % dev->dsr->caps.max_cq]; in pvrdma_cq_event()515 cq = dev->cq_tbl[cqne->info % dev->dsr->caps.max_cq]; in pvrdma_intrx_handler()1131 kfree(dev->cq_tbl); in pvrdma_pci_remove()
196 dev->cq_tbl[cq->cq_handle % dev->dsr->caps.max_cq] = cq; in pvrdma_create_cq()259 dev->cq_tbl[vcq->cq_handle] = NULL; in pvrdma_destroy_cq()
228 struct pvrdma_cq **cq_tbl; member