Searched refs:ucast_mgr (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_drop_mgr.c | 140 if (sm->ucast_mgr.cache_valid) in drop_mgr_clean_physp() 141 osm_ucast_cache_add_link(&sm->ucast_mgr, p_physp, in drop_mgr_clean_physp() 346 if (sm->ucast_mgr.cache_valid) in drop_mgr_process_node() 347 osm_ucast_cache_add_node(&sm->ucast_mgr, p_node); in drop_mgr_process_node() 476 if (sm->ucast_mgr.cache_valid) in drop_mgr_check_switch_node() 477 osm_ucast_cache_add_link(&sm->ucast_mgr, in drop_mgr_check_switch_node()
|
H A D | osm_sm.c | 170 osm_ucast_mgr_construct(&p_sm->ucast_mgr); in osm_sm_construct() 226 osm_ucast_mgr_destroy(&p_sm->ucast_mgr); in osm_sm_destroy() 309 status = osm_ucast_mgr_init(&p_sm->ucast_mgr, p_sm); in osm_sm_init()
|
H A D | osm_ucast_updn.c | 606 osm_ucast_mgr_build_lid_matrices(&p_updn->p_osm->sm.ucast_mgr); in updn_lid_matrices() 610 osm_ucast_mgr_build_lid_matrices(&p_updn->p_osm->sm.ucast_mgr); in updn_lid_matrices() 612 osm_ucast_mgr_build_lid_matrices(&p_updn->p_osm->sm.ucast_mgr); in updn_lid_matrices()
|
H A D | osm_ucast_mgr.c | 1073 ret = osm_ucast_mgr_build_lid_matrices(&osm->sm.ucast_mgr); in ucast_mgr_route() 1083 ret = ucast_mgr_build_lfts(&osm->sm.ucast_mgr); in ucast_mgr_route() 1093 osm_ucast_mgr_set_fwd_tables(&osm->sm.ucast_mgr); in ucast_mgr_route() 1167 r->context = &osm->sm.ucast_mgr; in osm_ucast_minhop_setup() 1187 r->context = &osm->sm.ucast_mgr; in osm_ucast_dor_setup()
|
H A D | osm_state_mgr.c | 1351 osm_ucast_cache_invalidate(&sm->ucast_mgr); in do_sweep() 1369 if (osm_ucast_mgr_process(&sm->ucast_mgr)) { in do_sweep() 1582 if (!sm->ucast_mgr.cache_valid || in do_sweep() 1583 osm_ucast_cache_process(&sm->ucast_mgr)) { in do_sweep() 1584 if (osm_ucast_mgr_process(&sm->ucast_mgr)) { in do_sweep() 1585 osm_ucast_cache_invalidate(&sm->ucast_mgr); in do_sweep()
|
H A D | osm_mcast_mgr.c | 677 if (sm->ucast_mgr.p_subn->opt.use_ucast_cache && in mcast_mgr_branch() 678 sm->ucast_mgr.cache_valid) { in mcast_mgr_branch() 682 osm_ucast_cache_invalidate(&sm->ucast_mgr); in mcast_mgr_branch()
|
H A D | osm_port_info_rcv.c | 312 if (sm->ucast_mgr.cache_valid) in pi_rcv_process_switch_ext_port() 313 osm_ucast_cache_add_link(&sm->ucast_mgr, in pi_rcv_process_switch_ext_port()
|
H A D | osm_node_info_rcv.c | 286 if (sm->ucast_mgr.cache_valid) in ni_rcv_set_links() 287 osm_ucast_cache_check_new_link(&sm->ucast_mgr, p_node, port_num, in ni_rcv_set_links()
|
H A D | osm_ucast_dfsssp.c | 2775 dfsssp_ctx->p_mgr = (osm_ucast_mgr_t *) & (p_osm->sm.ucast_mgr); in dfsssp_context_create() 2781 OSM_LOG(p_osm->sm.ucast_mgr.p_log, OSM_LOG_ERROR, in dfsssp_context_create()
|
H A D | osm_ucast_ftree.c | 4241 osm_ucast_mgr_build_lid_matrices(&p_ftree->p_osm->sm.ucast_mgr); in construct_fabric() 4332 p_ftree->p_subn = p_osm->sm.ucast_mgr.p_subn; in osm_ucast_ftree_setup()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_sm.h | 134 osm_ucast_mgr_t ucast_mgr; member
|