Searched refs:osm_ucast_mgr_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_ucast_mgr.h | 104 } osm_ucast_mgr_t; typedef 149 void osm_ucast_mgr_construct(IN osm_ucast_mgr_t * p_mgr); 179 void osm_ucast_mgr_destroy(IN osm_ucast_mgr_t * p_mgr); 210 ib_api_status_t osm_ucast_mgr_init(IN osm_ucast_mgr_t * p_mgr, 241 void osm_ucast_mgr_set_fwd_tables(IN osm_ucast_mgr_t * p_mgr); 260 int osm_ucast_mgr_build_lid_matrices(IN osm_ucast_mgr_t * p_mgr); 283 int osm_ucast_mgr_process(IN osm_ucast_mgr_t * p_mgr);
|
H A D | osm_sm.h | 134 osm_ucast_mgr_t ucast_mgr;
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_mgr.c | 65 void osm_ucast_mgr_construct(IN osm_ucast_mgr_t * p_mgr) in osm_ucast_mgr_construct() 70 void osm_ucast_mgr_destroy(IN osm_ucast_mgr_t * p_mgr) in osm_ucast_mgr_destroy() 82 ib_api_status_t osm_ucast_mgr_init(IN osm_ucast_mgr_t * p_mgr, IN osm_sm_t * sm) in osm_ucast_mgr_init() 130 static void ucast_mgr_process_neighbor(IN osm_ucast_mgr_t * p_mgr, in ucast_mgr_process_neighbor() 201 static void ucast_mgr_process_port(IN osm_ucast_mgr_t * p_mgr, in ucast_mgr_process_port() 317 static void alloc_ports_priv(osm_ucast_mgr_t * mgr) in alloc_ports_priv() 342 static void free_ports_priv(osm_ucast_mgr_t * mgr) in free_ports_priv() 360 osm_ucast_mgr_t *p_mgr = context; in ucast_mgr_process_tbl() 401 osm_ucast_mgr_t * p_mgr = context; in ucast_mgr_process_neighbors() 449 osm_ucast_mgr_t *m = ctx; in set_hop_wf() [all …]
|
H A D | osm_ucast_cache.c | 133 static cache_switch_t *cache_get_sw(osm_ucast_mgr_t * p_mgr, uint16_t lid_ho) in cache_get_sw() 144 static void cache_add_sw_link(osm_ucast_mgr_t * p_mgr, osm_physp_t *p, in cache_add_sw_link() 191 static void cache_cleanup_switches(osm_ucast_mgr_t * p_mgr) in cache_cleanup_switches() 221 cache_check_link_change(osm_ucast_mgr_t * p_mgr, in cache_check_link_change() 249 static void cache_remove_port(osm_ucast_mgr_t * p_mgr, uint16_t lid_ho, in cache_remove_port() 310 cache_restore_ucast_info(osm_ucast_mgr_t * p_mgr, in cache_restore_ucast_info() 338 static void ucast_cache_dump(osm_ucast_mgr_t * p_mgr) in ucast_cache_dump() 373 void osm_ucast_cache_invalidate(osm_ucast_mgr_t * p_mgr) in osm_ucast_cache_invalidate() 399 static void ucast_cache_validate(osm_ucast_mgr_t * p_mgr) in ucast_cache_validate() 759 void osm_ucast_cache_check_new_link(osm_ucast_mgr_t * p_mgr, in osm_ucast_cache_check_new_link() [all …]
|
H A D | osm_ucast_dfsssp.c | 133 osm_ucast_mgr_t *p_mgr; 435 static void vltable_print(osm_ucast_mgr_t * p_mgr, vltable_t * vltable) in vltable_print() 1032 osm_ucast_mgr_t * m, in add_sw_endports_to_order_list() 1080 static void add_guid_to_order_list(uint64_t guid, osm_ucast_mgr_t * m) in add_guid_to_order_list() 1164 static void dfsssp_print_graph(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list, in dfsssp_print_graph() 1200 static int dijkstra(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list, 1207 osm_ucast_mgr_t *p_mgr = (osm_ucast_mgr_t *) (dfsssp_ctx->p_mgr); in dfsssp_build_graph() 1387 static void print_routes(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list, in print_routes() 1425 static int dijkstra(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list, in dijkstra() 1573 static int update_lft(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list, in update_lft() [all …]
|