Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sm_state_mgr.c293 case IB_SMINFO_STATE_DISCOVERING: in osm_sm_state_mgr_process()
355 sm->p_subn->sm_state = IB_SMINFO_STATE_DISCOVERING; in osm_sm_state_mgr_process()
478 sm->p_subn->sm_state = IB_SMINFO_STATE_DISCOVERING; in osm_sm_state_mgr_process()
521 case IB_SMINFO_STATE_DISCOVERING: in osm_sm_state_mgr_check_legality()
H A Dosm_sm.c143 sm->p_subn->sm_state == IB_SMINFO_STATE_DISCOVERING) in sm_sweep()
387 IB_SMINFO_STATE_NOTACTIVE : IB_SMINFO_STATE_DISCOVERING; in osm_sm_init()
H A Dosm_sminfo_rcv.c292 case IB_SMINFO_STATE_DISCOVERING: in smi_rcv_process_get_sm()
304 case IB_SMINFO_STATE_DISCOVERING: in smi_rcv_process_get_sm()
H A Dosm_state_mgr.c1287 sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING) in do_sweep()
1325 && sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING in do_sweep()
1358 && sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING in do_sweep()
1442 if (sm->p_subn->sm_state != IB_SMINFO_STATE_DISCOVERING) in do_sweep()
1536 if (sm->p_subn->sm_state == IB_SMINFO_STATE_DISCOVERING) in do_sweep()
H A Dosm_console.c398 case IB_SMINFO_STATE_DISCOVERING: in sm_state_str()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1795 #define IB_SMINFO_STATE_DISCOVERING 1 macro