Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dosm_switch.c286 unsigned int port_paths_count = 0; in osm_switch_recommend_path() local
471 port_paths[port_paths_count].port_num = port_num; in osm_switch_recommend_path()
472 port_paths[port_paths_count].path_count = check_count; in osm_switch_recommend_path()
474 port_paths[port_paths_count].found_sys_guid = found_sys_guid; in osm_switch_recommend_path()
475 port_paths[port_paths_count].found_node_guid = found_node_guid; in osm_switch_recommend_path()
478 port_paths[port_paths_count].forwarded_to = p_remote_guid->forwarded_to; in osm_switch_recommend_path()
480 port_paths[port_paths_count].forwarded_to = 0; in osm_switch_recommend_path()
482 port_paths_count++; in osm_switch_recommend_path()
513 if (port_shifting && port_paths_count) { in osm_switch_recommend_path()
532 for (i = 0; i < port_paths_count; i++) { in osm_switch_recommend_path()
[all …]