Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mtree.h105 } osm_mtree_node_t; typedef
140 osm_mtree_node_t *osm_mtree_node_new(IN const osm_switch_t * p_sw);
163 void osm_mtree_destroy(IN osm_mtree_node_t * p_mtn);
190 osm_mtree_node_get_max_children(IN const osm_mtree_node_t * p_mtn) in osm_mtree_node_get_max_children()
216 static inline osm_mtree_node_t *osm_mtree_node_get_child(IN const in osm_mtree_node_get_child()
217 osm_mtree_node_t * in osm_mtree_node_get_child()
251 osm_mtree_node_t * in osm_mtree_node_get_switch_ptr()
H A Dosm_multicast.h154 osm_mtree_node_t *root;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mtree.c52 osm_mtree_node_t *osm_mtree_node_new(IN const osm_switch_t * p_sw) in osm_mtree_node_new()
54 osm_mtree_node_t *p_mtn; in osm_mtree_node_new()
57 p_mtn = malloc(sizeof(osm_mtree_node_t) + in osm_mtree_node_new()
71 void osm_mtree_destroy(IN osm_mtree_node_t * p_mtn) in osm_mtree_destroy()
87 static void mtree_dump(IN osm_mtree_node_t * p_mtn)
H A Dosm_mcast_mgr.c489 static osm_mtree_node_t *mcast_mgr_branch(osm_sm_t * sm, uint16_t mlid_ho, in mcast_mgr_branch()
496 osm_mtree_node_t *p_mtn = NULL; in mcast_mgr_branch()
818 IN const osm_mtree_node_t * p_mtn)
822 osm_mtree_node_t *p_child_mtn;
H A Dosm_torus.c8678 osm_mtree_node_t *mcast_stree_branch(struct t_switch *sw, osm_switch_t *osm_sw, in mcast_stree_branch()
8682 osm_mtree_node_t *mtn = NULL; in mcast_stree_branch()