Home
last modified time | relevance | path

Searched refs:least_forwarded_to (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_switch.c268 uint32_t least_forwarded_to = 0xFFFFFFFF; in osm_switch_recommend_path() local
443 least_forwarded_to = 0; in osm_switch_recommend_path()
459 least_forwarded_to = 0; in osm_switch_recommend_path()
496 && p_remote_guid->forwarded_to < least_forwarded_to) in osm_switch_recommend_path()
497 least_forwarded_to = p_remote_guid->forwarded_to; in osm_switch_recommend_path()
504 && p_remote_guid->forwarded_to < least_forwarded_to) { in osm_switch_recommend_path()
505 least_forwarded_to = p_remote_guid->forwarded_to; in osm_switch_recommend_path()
527 least_forwarded_to = 0xFFFFFFFF; in osm_switch_recommend_path()
542 least_forwarded_to = 0; in osm_switch_recommend_path()
548 least_forwarded_to = 0; in osm_switch_recommend_path()
[all …]