Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sm_state_mgr.c89 if (sm_state == IB_SMINFO_STATE_STANDBY) { in sm_state_mgr_send_master_sm_info_req()
202 sm_state == IB_SMINFO_STATE_STANDBY)) { in osm_sm_state_mgr_polling_callback()
214 if (sm_state == IB_SMINFO_STATE_STANDBY && osm_exit_flag) { in osm_sm_state_mgr_polling_callback()
317 sm->p_subn->sm_state = IB_SMINFO_STATE_STANDBY; in osm_sm_state_mgr_process()
345 case IB_SMINFO_STATE_STANDBY: in osm_sm_state_mgr_process()
411 sm->p_subn->sm_state = IB_SMINFO_STATE_STANDBY; in osm_sm_state_mgr_process()
463 sm->p_subn->sm_state = IB_SMINFO_STATE_STANDBY; in osm_sm_state_mgr_process()
535 case IB_SMINFO_STATE_STANDBY: in osm_sm_state_mgr_check_legality()
H A Dosm_sminfo_rcv.c132 if (ib_sminfo_get_state(p_smi) == IB_SMINFO_STATE_STANDBY) in smi_rcv_check_set_req_legality()
305 case IB_SMINFO_STATE_STANDBY: in smi_rcv_process_get_sm()
323 case IB_SMINFO_STATE_STANDBY: in smi_rcv_process_get_sm()
336 case IB_SMINFO_STATE_STANDBY: in smi_rcv_process_get_sm()
397 case IB_SMINFO_STATE_STANDBY: in smi_rcv_process_get_sm()
H A Dosm_sm.c462 sm->p_subn->sm_state == IB_SMINFO_STATE_STANDBY) in osm_set_sm_priority()
H A Dosm_console.c400 case IB_SMINFO_STATE_STANDBY: in sm_state_str()
H A Dosm_perfmgr.c1072 if (pm->subn->sm_state == IB_SMINFO_STATE_STANDBY || in osm_perfmgr_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1807 #define IB_SMINFO_STATE_STANDBY 2 macro