Home
last modified time | relevance | path

Searched refs:cqid2ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c195 rhp->cqid2ptr = calloc(rhp->max_cq, sizeof(void *)); in c4iw_alloc_context()
196 if (!rhp->cqid2ptr) in c4iw_alloc_context()
214 if (rhp->cqid2ptr) in c4iw_alloc_context()
215 free(rhp->cqid2ptr); in c4iw_alloc_context()
217 free(rhp->cqid2ptr); in c4iw_alloc_context()
219 free(rhp->cqid2ptr); in c4iw_alloc_context()
382 if (dev->cqid2ptr[i]) { in dump_state()
383 struct c4iw_cq *chp = dev->cqid2ptr[i]; in dump_state()
H A Dlibcxgb4.h61 struct c4iw_cq **cqid2ptr; member
163 return rhp->cqid2ptr[qid]; in get_chp()
H A Dverbs.c229 dev->cqid2ptr[chp->cq.cqid] = chp; in c4iw_create_cq()
277 dev->cqid2ptr[chp->cq.cqid] = NULL; in c4iw_destroy_cq()