Searched refs:hca_active_tree (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c103 * All other lookups in "hca_active_tree".
105 * NOTE: "hca_active_tree" lookups are based on the local comid.
133 sp = avl_find(&hcap->hca_active_tree, &comid, &where);
220 (void) avl_find(&hcap->hca_active_tree,
223 /* Next, insert the "sp" into "hca_active_tree" */
224 avl_insert(&hcap->hca_active_tree, (void *)sp, where);
229 /* Insert the new sp only into "hca_active_tree", @ "where" */
230 avl_insert(&(hcap->hca_active_tree), (void *)sp, where);
383 active_nodep = avl_find(&hcap->hca_active_tree, &(statep->local_comid),
399 avl_remove(&hcap->hca_active_tree, active_node
[all...]
H A Dibcm_impl.c885 avl_create(&hcap->hca_active_tree, ibcm_active_node_compare,
1001 avl_destroy(&hcap->hca_active_tree);
1093 avl_tree = &hcap->hca_active_tree;
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h934 * hca_active_tree: This tree is used for lookups on Active/Passive side
943 * for hca_active_tree
974 avl_tree_t hca_active_tree; /* active node tree */ member in struct:ibcm_hca_info_s
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 }))

Completed in 110 milliseconds