Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sm.c169 osm_lid_mgr_construct(&p_sm->lid_mgr); in osm_sm_construct()
225 osm_lid_mgr_destroy(&p_sm->lid_mgr); in osm_sm_destroy()
305 status = osm_lid_mgr_init(&p_sm->lid_mgr, p_sm); in osm_sm_init()
H A Dosm_state_mgr.c1118 if (sm->lid_mgr.dirty == FALSE) in state_mgr_check_tbl_consistency()
1121 sm->lid_mgr.dirty = FALSE; in state_mgr_check_tbl_consistency()
1556 osm_lid_mgr_process_sm(&sm->lid_mgr); in do_sweep()
1564 osm_lid_mgr_process_subnet(&sm->lid_mgr); in do_sweep()
H A Dosm_link_mgr.c129 sm->lid_mgr.dirty = TRUE; in link_mgr_set_physp_pi()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_sm.h133 osm_lid_mgr_t lid_mgr; member