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

/freebsd-10.1-release/contrib/ofed/management/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
103 } osm_ucast_mgr_t; typedef in typeref:struct:osm_ucast_mgr
153 void osm_ucast_mgr_construct(IN osm_ucast_mgr_t * const p_mgr);
183 void osm_ucast_mgr_destroy(IN osm_ucast_mgr_t * const p_mgr);
215 osm_ucast_mgr_init(IN osm_ucast_mgr_t * const p_mgr, IN struct osm_sm * sm);
219 * [in] Pointer to an osm_ucast_mgr_t object to initialize.
245 int osm_ucast_mgr_set_fwd_table(IN osm_ucast_mgr_t * const p_mgr,
250 * [in] Pointer to an osm_ucast_mgr_t objec
[all...]
H A Dosm_sm.h132 osm_ucast_mgr_t ucast_mgr;
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_mgr.c38 * Implementation of osm_ucast_mgr_t.
64 void osm_ucast_mgr_construct(IN osm_ucast_mgr_t * const p_mgr)
71 void osm_ucast_mgr_destroy(IN osm_ucast_mgr_t * const p_mgr)
86 osm_ucast_mgr_init(IN osm_ucast_mgr_t * const p_mgr, IN osm_sm_t * sm)
140 __osm_ucast_mgr_process_neighbor(IN osm_ucast_mgr_t * const p_mgr,
207 __osm_ucast_mgr_process_port(IN osm_ucast_mgr_t * const p_mgr,
315 int osm_ucast_mgr_set_fwd_table(IN osm_ucast_mgr_t * const p_mgr,
432 static void alloc_ports_priv(osm_ucast_mgr_t *mgr)
459 static void free_ports_priv(osm_ucast_mgr_t *mgr)
478 osm_ucast_mgr_t *p_mg
[all...]
H A Dosm_ucast_cache.c144 static cache_switch_t *__cache_get_sw(osm_ucast_mgr_t * p_mgr, uint16_t lid_ho)
157 static void __cache_add_sw_link(osm_ucast_mgr_t * p_mgr, osm_physp_t *p,
207 static void __cache_cleanup_switches(osm_ucast_mgr_t * p_mgr)
240 __cache_check_link_change(osm_ucast_mgr_t * p_mgr,
271 static void __cache_remove_port(osm_ucast_mgr_t * p_mgr, uint16_t lid_ho,
336 __cache_restore_ucast_info(osm_ucast_mgr_t * p_mgr,
365 static void __ucast_cache_dump(osm_ucast_mgr_t * p_mgr)
403 void osm_ucast_cache_invalidate(osm_ucast_mgr_t * p_mgr)
431 static void ucast_cache_validate(osm_ucast_mgr_t * p_mgr)
790 void osm_ucast_cache_check_new_link(osm_ucast_mgr_t * p_mg
[all...]

Completed in 55 milliseconds