Searched refs:cq_tbl (Results 1 – 4 of 4) sorted by relevance
316 dev->cq_tbl = kzalloc(sizeof(struct ocrdma_cq *) * in ocrdma_alloc_resources()318 if (!dev->cq_tbl) in ocrdma_alloc_resources()346 kfree(dev->cq_tbl); in ocrdma_free_resources()
225 struct ocrdma_cq **cq_tbl; member
1044 dev->cq_tbl[cq->id] = cq; in ocrdma_create_cq()1101 dev->cq_tbl[cq->id] = NULL; in ocrdma_destroy_cq()
670 cq = dev->cq_tbl[cqe->cqvalid_cqid & OCRDMA_AE_MCQE_CQID_MASK]; in ocrdma_dispatch_ibevent()908 cq = dev->cq_tbl[cq_idx]; in ocrdma_qp_cq_handler()