Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c288 unsigned int scatter_possible_ports_count = 0; in osm_switch_recommend_path() local
492 scatter_possible_ports_count = 0; in osm_switch_recommend_path()
493 scatter_possible_ports[scatter_possible_ports_count++] = port_num; in osm_switch_recommend_path()
500 scatter_possible_ports[scatter_possible_ports_count++] = port_num; in osm_switch_recommend_path()
589 unsigned int idx = random() % scatter_possible_ports_count; in osm_switch_recommend_path()