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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c221 uint16_t max_cn_per_leaf; member in struct:ftree_fabric_t_
1050 p_ftree->max_cn_per_leaf = 0;
1342 j < (p_ftree->max_cn_per_leaf - printed_hcas_on_leaf); j++)
1827 if (cns_on_this_leaf > p_ftree->max_cn_per_leaf)
1828 p_ftree->max_cn_per_leaf = cns_on_this_leaf;
2876 if (p_ftree->max_cn_per_leaf > routed_targets_on_leaf) {
2879 p_ftree->max_cn_per_leaf -
2882 p_ftree->max_cn_per_leaf - routed_targets_on_leaf;
4217 /* calculate and set ftree.max_cn_per_leaf field */

Completed in 102 milliseconds