Home
last modified time | relevance | path

Searched refs:IB_SMINFO_STATE_DISCOVERING (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
Dosm_sm_state_mgr.c266 case IB_SMINFO_STATE_DISCOVERING: in osm_sm_state_mgr_process()
323 sm->p_subn->sm_state = IB_SMINFO_STATE_DISCOVERING; in osm_sm_state_mgr_process()
438 sm->p_subn->sm_state = IB_SMINFO_STATE_DISCOVERING; in osm_sm_state_mgr_process()
484 case IB_SMINFO_STATE_DISCOVERING: in osm_sm_state_mgr_check_legality()
Dosm_sminfo_rcv.c328 case IB_SMINFO_STATE_DISCOVERING: in __osm_sminfo_rcv_process_get_sm()
340 case IB_SMINFO_STATE_DISCOVERING: in __osm_sminfo_rcv_process_get_sm()
Dosm_state_mgr.c1046 sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING) in do_sweep()
1071 && sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING in do_sweep()
1100 && sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING in do_sweep()
1226 if (sm->p_subn->sm_state == IB_SMINFO_STATE_DISCOVERING) in do_sweep()
Dosm_sm.c142 sm->p_subn->sm_state == IB_SMINFO_STATE_DISCOVERING) in sm_sweep()
384 IB_SMINFO_STATE_NOTACTIVE : IB_SMINFO_STATE_DISCOVERING; in osm_sm_init()
Dosm_console.c305 case IB_SMINFO_STATE_DISCOVERING: in sm_state_str()
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
Dib_types.h1637 #define IB_SMINFO_STATE_DISCOVERING 1 macro