Searched refs:cq_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h160 genlist_t cq_list; member in struct:uverbs_uctxt_uobj
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c346 ucq->list_entry = add_genlist(&uctxt->cq_list, (uintptr_t)ucq, uctxt);
351 "create_cq: Error adding ucq to cq_list");
408 delete_genlist(&uctxt->cq_list, ucq->list_entry);
H A Dsol_uverbs.c1037 entry = remove_genlist_head(&uctxt->cq_list);
1064 entry = remove_genlist_head(&uctxt->cq_list);
1066 (uctxt->cq_list).count = tmp_genlist.count;
1067 (uctxt->cq_list).head = tmp_genlist.head;
1068 (uctxt->cq_list).tail = tmp_genlist.tail;
2727 init_genlist(&uctxt->cq_list);

Completed in 51 milliseconds