Searched refs:osm_ucast_mgr_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_mgr.h38 * Declaration of osm_ucast_mgr_t.
81 /****s* OpenSM: Unicast Manager/osm_ucast_mgr_t
83 * osm_ucast_mgr_t
104 } osm_ucast_mgr_t; typedef in typeref:struct:osm_ucast_mgr
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,
215 * [in] Pointer to an osm_ucast_mgr_t object to initialize.
241 void osm_ucast_mgr_set_fwd_tables(IN osm_ucast_mgr_t * p_mgr);
245 * [in] Pointer to an osm_ucast_mgr_t objec
[all...]
H A Dosm_sm.h134 osm_ucast_mgr_t ucast_mgr;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_mgr.c38 * Implementation of osm_ucast_mgr_t.
65 void osm_ucast_mgr_construct(IN osm_ucast_mgr_t * p_mgr)
70 void osm_ucast_mgr_destroy(IN osm_ucast_mgr_t * p_mgr)
82 ib_api_status_t osm_ucast_mgr_init(IN osm_ucast_mgr_t * p_mgr, IN osm_sm_t * sm)
130 static void ucast_mgr_process_neighbor(IN osm_ucast_mgr_t * p_mgr,
201 static void ucast_mgr_process_port(IN osm_ucast_mgr_t * p_mgr,
317 static void alloc_ports_priv(osm_ucast_mgr_t * mgr)
342 static void free_ports_priv(osm_ucast_mgr_t * mgr)
360 osm_ucast_mgr_t *p_mgr = context;
401 osm_ucast_mgr_t * p_mg
[all...]
H A Dosm_ucast_cache.c133 static cache_switch_t *cache_get_sw(osm_ucast_mgr_t * p_mgr, uint16_t lid_ho)
144 static void cache_add_sw_link(osm_ucast_mgr_t * p_mgr, osm_physp_t *p,
191 static void cache_cleanup_switches(osm_ucast_mgr_t * p_mgr)
221 cache_check_link_change(osm_ucast_mgr_t * p_mgr,
249 static void cache_remove_port(osm_ucast_mgr_t * p_mgr, uint16_t lid_ho,
310 cache_restore_ucast_info(osm_ucast_mgr_t * p_mgr,
338 static void ucast_cache_dump(osm_ucast_mgr_t * p_mgr)
373 void osm_ucast_cache_invalidate(osm_ucast_mgr_t * p_mgr)
399 static void ucast_cache_validate(osm_ucast_mgr_t * p_mgr)
759 void osm_ucast_cache_check_new_link(osm_ucast_mgr_t * p_mg
[all...]
H A Dosm_ucast_dfsssp.c133 osm_ucast_mgr_t *p_mgr;
435 static void vltable_print(osm_ucast_mgr_t * p_mgr, vltable_t * vltable)
1032 osm_ucast_mgr_t * m,
1080 static void add_guid_to_order_list(uint64_t guid, osm_ucast_mgr_t * m)
1164 static void dfsssp_print_graph(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list,
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);
1387 static void print_routes(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list,
1425 static int dijkstra(osm_ucast_mgr_t * p_mg
[all...]

Completed in 74 milliseconds