Home
last modified time | relevance | path

Searched refs:IB_SMINFO_STATE_MASTER (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sm_state_mgr.c200 if (!((sm_state == IB_SMINFO_STATE_MASTER && in osm_sm_state_mgr_polling_callback()
300 sm->p_subn->sm_state = IB_SMINFO_STATE_MASTER; in osm_sm_state_mgr_process()
388 sm->p_subn->sm_state = IB_SMINFO_STATE_MASTER; in osm_sm_state_mgr_process()
422 case IB_SMINFO_STATE_MASTER: in osm_sm_state_mgr_process()
563 case IB_SMINFO_STATE_MASTER: in osm_sm_state_mgr_check_legality()
H A Dosm_sminfo_rcv.c138 if (ib_sminfo_get_state(p_smi) == IB_SMINFO_STATE_MASTER) in smi_rcv_check_set_req_legality()
296 case IB_SMINFO_STATE_MASTER: in smi_rcv_process_get_sm()
327 case IB_SMINFO_STATE_MASTER: in smi_rcv_process_get_sm()
355 case IB_SMINFO_STATE_MASTER: in smi_rcv_process_get_sm()
357 case IB_SMINFO_STATE_MASTER: in smi_rcv_process_get_sm()
H A Dosm_state_mgr.c887 if (ib_sminfo_get_state(&p_sm->smi) == IB_SMINFO_STATE_MASTER) { in state_mgr_exists_other_master_sm()
1286 if (sm->p_subn->sm_state != IB_SMINFO_STATE_MASTER && in do_sweep()
1420 if (sm->p_subn->sm_state != IB_SMINFO_STATE_MASTER) in do_sweep()
1495 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER) { in do_sweep()
1709 if (sm->p_subn->sm_state != IB_SMINFO_STATE_MASTER) in do_process_mgrp_queue()
H A Dosm_node_info_rcv.c548 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER) in ni_rcv_process_existing_ca_or_router()
775 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER) in ni_rcv_process_new()
H A Dosm_sa_mad_ctrl.c319 if (p_ctrl->p_subn->sm_state != IB_SMINFO_STATE_MASTER) { in sa_mad_ctrl_rcv_callback()
H A Dosm_sm.c142 if (sm->p_subn->sm_state == IB_SMINFO_STATE_MASTER || in sm_sweep()
H A Dosm_opensm.c323 if ((p_osm->sm.p_subn->sm_state == IB_SMINFO_STATE_MASTER) && in osm_opensm_destroy()
H A Dosm_sm_mad_ctrl.c457 if (p_ctrl->p_subn->sm_state != IB_SMINFO_STATE_MASTER) { in sm_mad_ctrl_process_trap()
H A Dosm_console.c404 case IB_SMINFO_STATE_MASTER: in sm_state_str()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1819 #define IB_SMINFO_STATE_MASTER 3 macro