Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c266 uint32_t least_paths_other_sys = 0xFFFFFFFF; in osm_switch_recommend_path() local
440 if (check_count < least_paths_other_sys) { in osm_switch_recommend_path()
441 least_paths_other_sys = check_count; in osm_switch_recommend_path()
525 least_paths_other_sys = 0xFFFFFFFF; in osm_switch_recommend_path()
539 && port_paths[idx].path_count < least_paths_other_sys) { in osm_switch_recommend_path()
540 least_paths_other_sys = port_paths[idx].path_count; in osm_switch_recommend_path()