Home
last modified time | relevance | path

Searched refs:first_time_master_sweep (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_lin_fwd_rcv.c104 if (sm->p_subn->first_time_master_sweep == FALSE) { in osm_lft_rcv_process()
H A Dosm_lid_mgr.c314 if (p_mgr->p_subn->first_time_master_sweep == TRUE && in lid_mgr_init_sweep()
349 if (p_mgr->p_subn->first_time_master_sweep == TRUE && in lid_mgr_init_sweep()
701 if (p_mgr->p_subn->first_time_master_sweep == TRUE && in lid_mgr_get_port_lid()
1052 p_mgr->p_subn->first_time_master_sweep == TRUE || p_port->is_new) in lid_mgr_set_physp_pi()
1073 if (p_mgr->p_subn->first_time_master_sweep == TRUE) in lid_mgr_set_physp_pi()
H A Dosm_sm_state_mgr.c307 sm->p_subn->first_time_master_sweep = TRUE; in osm_sm_state_mgr_process()
H A Dosm_sw_info_rcv.c322 if (sm->p_subn->first_time_master_sweep == FALSE && in si_rcv_process_existing()
H A Dosm_state_mgr.c89 osm_log_v2(sm->p_log, sm->p_subn->first_time_master_sweep ? in state_mgr_up_msg()
1270 sm->p_subn->first_time_master_sweep = TRUE; in do_sweep()
1667 sm->p_subn->first_time_master_sweep = FALSE; in do_sweep()
H A Dosm_sa_mad_ctrl.c326 if (p_ctrl->p_subn->first_time_master_sweep == TRUE) { in sa_mad_ctrl_rcv_callback()
H A Dosm_link_mgr.c461 && sm->p_subn->first_time_master_sweep == TRUE) in link_mgr_set_physp_pi()
H A Dosm_mcast_mgr.c1070 if (sm->p_subn->first_time_master_sweep == TRUE) in mcast_mgr_set_mfttop()
H A Dosm_sa.c1119 if (!p_osm->subn.first_time_master_sweep) { in osm_sa_db_file_load()
H A Dosm_console.c523 p_osm->subn.first_time_master_sweep, in print_status()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h780 boolean_t first_time_master_sweep; member