Home
last modified time | relevance | path

Searched refs:osm_link_mgr_process (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c79 extern int osm_link_mgr_process(IN osm_sm_t * sm, IN uint8_t state);
1627 osm_link_mgr_process(sm, IB_LINK_NO_CHANGE); in do_sweep()
1634 osm_link_mgr_process(sm, IB_LINK_ARMED); in do_sweep()
1641 osm_link_mgr_process(sm, IB_LINK_ACTIVE); in do_sweep()
H A Dosm_link_mgr.c568 int osm_link_mgr_process(osm_sm_t * sm, IN const uint8_t link_state) in osm_link_mgr_process() function