Home
last modified time | relevance | path

Searched refs:cq_tbl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_main.c214 dev->cq_tbl = kzalloc(sizeof(struct ocrdma_cq *) * in ocrdma_alloc_resources()
216 if (!dev->cq_tbl) in ocrdma_alloc_resources()
244 kfree(dev->cq_tbl); in ocrdma_free_resources()
Docrdma.h246 struct ocrdma_cq **cq_tbl; member
Docrdma_hw.c704 cq = dev->cq_tbl[cqid]; in ocrdma_dispatch_ibevent()
970 cq = dev->cq_tbl[cq_idx]; in ocrdma_qp_cq_handler()
Docrdma_verbs.c1115 dev->cq_tbl[cq->id] = cq; in ocrdma_create_cq()
1172 dev->cq_tbl[cq->id] = NULL; in ocrdma_destroy_cq()