Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c57 static void hermon_cq_workq_add(hermon_cqhdl_t cq, hermon_workq_avl_t *wqavl);
59 hermon_workq_avl_t *wqavl);
2500 hermon_cq_workq_add(hermon_cqhdl_t cq, hermon_workq_avl_t *wqavl) in hermon_cq_workq_add() argument
2505 cmp.cmp_qpn = wqavl->wqa_qpn; in hermon_cq_workq_add()
2506 cmp.cmp_type = wqavl->wqa_type; in hermon_cq_workq_add()
2511 avl_insert(&cq->cq_wrid_wqhdr_avl_tree, wqavl, where); in hermon_cq_workq_add()
2520 hermon_cq_workq_remove(hermon_cqhdl_t cq, hermon_workq_avl_t *wqavl) in hermon_cq_workq_remove() argument
2525 avl_remove(&cq->cq_wrid_wqhdr_avl_tree, wqavl); in hermon_cq_workq_remove()