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

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_ftree.c213 uint16_t max_cn_per_leaf; member in struct:ftree_fabric_t_
968 p_ftree->max_cn_per_leaf = 0;
1257 j < (p_ftree->max_cn_per_leaf - printed_hcas_on_leaf); j++)
1684 if (cns_on_this_leaf > p_ftree->max_cn_per_leaf)
1685 p_ftree->max_cn_per_leaf = cns_on_this_leaf;
2435 if (p_ftree->max_cn_per_leaf > routed_targets_on_leaf) {
2438 p_ftree->max_cn_per_leaf -
2442 (p_ftree->max_cn_per_leaf -
3559 /* calculate and set ftree.max_cn_per_leaf field */

Completed in 111 milliseconds