Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mtree.c80 (p_mtn->child_array[i] != OSM_MTREE_LEAF)) in osm_mtree_destroy()
101 && (p_mtn->child_array[i] != OSM_MTREE_LEAF))
H A Dosm_mcast_mgr.c720 p_mtn->child_array[i] = OSM_MTREE_LEAF; in mcast_mgr_branch()
H A Dosm_torus.c8781 mtn->child_array[port->port] = OSM_MTREE_LEAF; in mcast_stree_branch()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mtree.h60 #define OSM_MTREE_LEAF ((void*)-1) macro