Searched refs:hca_active_tree (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_utils.c | 133 sp = avl_find(&hcap->hca_active_tree, &comid, &where); in ibcm_lookup_msg() 220 (void) avl_find(&hcap->hca_active_tree, in ibcm_lookup_msg() 224 avl_insert(&hcap->hca_active_tree, (void *)sp, where); in ibcm_lookup_msg() 230 avl_insert(&(hcap->hca_active_tree), (void *)sp, where); in ibcm_lookup_msg() 383 active_nodep = avl_find(&hcap->hca_active_tree, &(statep->local_comid), in ibcm_delete_state_from_avl() 399 avl_remove(&hcap->hca_active_tree, active_nodep); in ibcm_delete_state_from_avl()
|
H A D | ibcm_impl.c | 885 avl_create(&hcap->hca_active_tree, ibcm_active_node_compare, in ibcm_hca_attach() 1001 avl_destroy(&hcap->hca_active_tree); in ibcm_hca_detach() 1093 avl_tree = &hcap->hca_active_tree; in ibcm_check_avl_clean()
|
/titanic_44/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 974 avl_tree_t hca_active_tree; /* active node tree */ member 992 ibcm_hca_info_s::{hca_active_tree hca_passive_tree hca_passive_comid_tree})) 999 hca_passive_tree hca_active_tree hca_passive_comid_tree hca_num_ports }))
|