Searched refs:qp_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.h161 genlist_t qp_list; member in struct:uverbs_uctxt_uobj
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1001 entry = remove_genlist_head(&uctxt->qp_list);
1030 entry = remove_genlist_head(&uctxt->qp_list);
1032 (uctxt->qp_list).count = tmp_genlist.count;
1033 (uctxt->qp_list).head = tmp_genlist.head;
1034 (uctxt->qp_list).tail = tmp_genlist.tail;
1187 if ((uctxt->qp_list).count) {
2729 init_genlist(&uctxt->qp_list);
H A Dsol_uverbs_qp.c570 uqp->list_entry = add_genlist(&uctxt->qp_list, (uintptr_t)uqp,
576 "create_qp(): Error adding uqp to qp_list\n");
788 delete_genlist(&uctxt->qp_list, uqp->list_entry);
795 if (uctxt->uctxt_free_pending && (uctxt->qp_list).count == 0) {

Completed in 53 milliseconds