Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c284 struct switch_port_path port_paths[IB_NODE_NUM_PORTS_MAX]; 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()
538 if (!port_paths[idx].found_sys_guid 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()
[all …]