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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dnup.c141 uint8_t current_min_hop, remote_min_hop, local
159 current_min_hop = osm_switch_get_least_hops(u->sw, lid);
177 current_min_hop+=prune_weight;
178 if(current_min_hop >= 64) {
189 if (current_min_hop + 1 < remote_min_hop) {
193 current_min_hop + 1);
194 if(max_hops && current_min_hop + 1 > *max_hops) {
195 *max_hops = current_min_hop + 1;
H A Dosm_ucast_updn.c146 uint8_t current_min_hop, remote_min_hop, local
176 current_min_hop = osm_switch_get_least_hops(u->sw, lid);
181 if (current_min_hop + 1 < remote_min_hop) {
185 current_min_hop + 1);

Completed in 109 milliseconds