Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_util.c673 qual_t *cq_list; member
757 for (cq = cq_table; cq->cq_list != NULL; cq++) { in show_error_detail()
759 for (p = cq->cq_list; p->q_str != NULL; p++) { in show_error_detail()
/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); in sol_uverbs_create_cq()
408 delete_genlist(&uctxt->cq_list, ucq->list_entry); in uverbs_ucq_free()
H A Dsol_uverbs.c1037 entry = remove_genlist_head(&uctxt->cq_list); in sol_uverbs_close()
1064 entry = remove_genlist_head(&uctxt->cq_list); in sol_uverbs_close()
1066 (uctxt->cq_list).count = tmp_genlist.count; in sol_uverbs_close()
1067 (uctxt->cq_list).head = tmp_genlist.head; in sol_uverbs_close()
1068 (uctxt->cq_list).tail = tmp_genlist.tail; in sol_uverbs_close()
2727 init_genlist(&uctxt->cq_list); in sol_uverbs_alloc_uctxt()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h160 genlist_t cq_list; member