Searched refs:p_remote_guid (Results 1 – 1 of 1) sorted by relevance
182 struct osm_remote_node *p_remote_guid = NULL; in switch_find_guid_common() local209 p_remote_guid = &r->guids[i]; in switch_find_guid_common()215 return p_remote_guid; in switch_find_guid_common()282 struct osm_remote_node *p_remote_guid = NULL; in osm_switch_recommend_path() local419 p_remote_guid = &r->guids[j]; in osm_switch_recommend_path()420 if ((p_remote_guid->node == p_rem_node) in osm_switch_recommend_path()421 && (p_remote_guid->port == rem_port)) in osm_switch_recommend_path()425 p_remote_guid = &null_remote_node; in osm_switch_recommend_path()434 p_remote_guid = switch_find_sys_guid_count(p_sw, in osm_switch_recommend_path()439 if (!p_remote_guid) { in osm_switch_recommend_path()[all …]