Searched refs:max_children (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_mtree.h102 uint8_t max_children; member in struct:osm_mtree_node
114 * max_children
192 return (p_mtn->max_children);
221 CL_ASSERT(child < p_mtn->max_children);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mtree.c64 p_mtn->max_children = p_sw->num_ports;
66 for (i = 0; i < p_mtn->max_children; i++)
95 for (i = 0; i < p_mtn->max_children; i++)
113 printf("GUID:0x%016" PRIx64 " max_children:%u\n",
115 p_mtn->max_children);
117 for (i = 0; i < p_mtn->max_children; i++) {
H A Dosm_mcast_mgr.c104 for (i = 0; i < p_mtn->max_children; i++) {
521 uint8_t max_children; local
596 max_children = osm_mtree_node_get_max_children(p_mtn);
598 CL_ASSERT(max_children > 1);
605 list_array = malloc(sizeof(cl_qlist_t) * max_children);
613 memset(list_array, 0, sizeof(cl_qlist_t) * max_children);
615 for (i = 0; i < max_children; i++)
619 max_children);
643 for (i = 0; i < max_children; i++) {
856 uint8_t max_children;
[all...]
H A Dosm_multicast.c272 uint8_t max_children; local
278 max_children = osm_mtree_node_get_max_children(p_mtn);
279 for (i = 0; i < max_children; i++) {

Completed in 75 milliseconds