Home
last modified time | relevance | path

Searched refs:srq_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.h162 genlist_t srq_list; member
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1071 entry = remove_genlist_head(&uctxt->srq_list); in sol_uverbs_close()
1098 entry = remove_genlist_head(&uctxt->srq_list); in sol_uverbs_close()
1100 (uctxt->srq_list).count = tmp_genlist.count; in sol_uverbs_close()
1101 (uctxt->srq_list).head = tmp_genlist.head; in sol_uverbs_close()
1102 (uctxt->srq_list).tail = tmp_genlist.tail; in sol_uverbs_close()
2728 init_genlist(&uctxt->srq_list); in sol_uverbs_alloc_uctxt()
H A Dsol_uverbs_qp.c1961 usrq->list_entry = add_genlist(&uctxt->srq_list, (uintptr_t)usrq, in sol_uverbs_create_srq()
2177 delete_genlist(&uctxt->srq_list, usrq->list_entry); in uverbs_usrq_free()