Searched refs:IB_SMINFO_STATE_MASTER (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sminfo_rcv.c110 if (ib_sminfo_get_state(p_remote_smi) == IB_SMINFO_STATE_MASTER) {
157 if (ib_sminfo_get_state(p_smi) == IB_SMINFO_STATE_MASTER)
204 if (ib_sminfo_get_state(p_remote_smi) == IB_SMINFO_STATE_MASTER) {
332 case IB_SMINFO_STATE_MASTER:
364 case IB_SMINFO_STATE_MASTER:
388 case IB_SMINFO_STATE_MASTER:
390 case IB_SMINFO_STATE_MASTER:
H A Dosm_sm_state_mgr.c173 if (!((sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER &&
274 sm->p_subn->sm_state = IB_SMINFO_STATE_MASTER;
347 sm->p_subn->sm_state = IB_SMINFO_STATE_MASTER;
388 case IB_SMINFO_STATE_MASTER:
526 case IB_SMINFO_STATE_MASTER:
H A Dosm_state_mgr.c668 if (ib_sminfo_get_state(&p_sm->smi) == IB_SMINFO_STATE_MASTER) {
787 if (ib_sminfo_get_state(&p_sm->smi) == IB_SMINFO_STATE_MASTER) {
1045 if (sm->p_subn->sm_state != IB_SMINFO_STATE_MASTER &&
1139 if (sm->p_subn->sm_state != IB_SMINFO_STATE_MASTER)
1188 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER) {
1362 if (sm->p_subn->sm_state != IB_SMINFO_STATE_MASTER)
H A Dosm_node_info_rcv.c461 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER)
673 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER)
H A Dosm_sa_mad_ctrl.c310 if (p_ctrl->p_subn->sm_state != IB_SMINFO_STATE_MASTER) {
H A Dosm_sm.c141 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER ||
H A Dosm_sm_mad_ctrl.c473 if (p_ctrl->p_subn->sm_state != IB_SMINFO_STATE_MASTER) {
H A Dosm_console.c308 case IB_SMINFO_STATE_MASTER:
/freebsd-9.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h1652 /****d* IBA Base: Constants/IB_SMINFO_STATE_MASTER
1654 * IB_SMINFO_STATE_MASTER
1661 #define IB_SMINFO_STATE_MASTER 3 macro

Completed in 188 milliseconds