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

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_ftree.c1580 unsigned first_leaf_idx; local
1621 first_leaf_idx = all_leaf_idx;
1625 if (i < first_leaf_idx)
1626 first_leaf_idx = i;
1630 CL_ASSERT(first_leaf_idx < last_leaf_idx);
1633 "Full leaf array info: first_leaf_idx = %u, last_leaf_idx = %u\n",
1634 first_leaf_idx, last_leaf_idx);
1639 p_ftree->leaf_switches_num = last_leaf_idx - first_leaf_idx + 1;
1650 &(all_switches_at_leaf_level[first_leaf_idx]),

Completed in 50 milliseconds