Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_mgr.c1101 struct osm_routing_engine *p_routing_eng; in osm_ucast_mgr_process() local
1109 p_routing_eng = p_osm->routing_engine_list; in osm_ucast_mgr_process()
1122 while (p_routing_eng) { in osm_ucast_mgr_process()
1123 failed = ucast_mgr_route(p_routing_eng, p_osm); in osm_ucast_mgr_process()
1126 p_routing_eng = p_routing_eng->next; in osm_ucast_mgr_process()