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 D | tavor_cq.h | 233 avl_tree_t cq_wrid_wqhdr_avl_tree; member
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cq.h | 241 avl_tree_t cq_wrid_wqhdr_avl_tree; member
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 2452 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 D | hermon_cq.c | 348 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 D | tavor_wr.c | 3129 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 D | tavor_cq.c | 326 avl_create(&cq->cq_wrid_wqhdr_avl_tree, tavor_wrid_wqhdr_compare, in tavor_cq_alloc()
|