Home
last modified time | relevance | path

Searched refs:cq_wrid_wqhdr_avl_tree (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h233 avl_tree_t cq_wrid_wqhdr_avl_tree; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h241 avl_tree_t cq_wrid_wqhdr_avl_tree; member
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2452 curr = avl_find(&cq->cq_wrid_wqhdr_avl_tree, &cmp, NULL); in hermon_wrid_wqavl_find()
2510 (void) avl_find(&cq->cq_wrid_wqhdr_avl_tree, &cmp, &where); in hermon_cq_workq_add()
2511 avl_insert(&cq->cq_wrid_wqhdr_avl_tree, wqavl, where); in hermon_cq_workq_add()
2525 avl_remove(&cq->cq_wrid_wqhdr_avl_tree, wqavl); in hermon_cq_workq_remove()
H A Dhermon_cq.c348 avl_create(&cq->cq_wrid_wqhdr_avl_tree, hermon_wrid_workq_compare, in hermon_cq_alloc()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c3129 treep = &cq->cq_wrid_wqhdr_avl_tree; in tavor_wrid_cq_force_reap()
3333 curr = avl_find(&cq->cq_wrid_wqhdr_avl_tree, &cmp, NULL); in tavor_wrid_wqhdr_find()
3661 (void) avl_find(&cq->cq_wrid_wqhdr_avl_tree, &cmp, &where); in tavor_cq_wqhdr_add()
3666 avl_insert(&cq->cq_wrid_wqhdr_avl_tree, wqhdr, where); in tavor_cq_wqhdr_add()
3683 avl_remove(&cq->cq_wrid_wqhdr_avl_tree, wqhdr); in tavor_cq_wqhdr_remove()
H A Dtavor_cq.c326 avl_create(&cq->cq_wrid_wqhdr_avl_tree, tavor_wrid_wqhdr_compare, in tavor_cq_alloc()