Searched refs:sm_base_lid (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sm_state_mgr.c278 * to the sm_base_lid value
281 sm->p_subn->sm_base_lid;
351 * to the sm_base_lid value
354 sm->p_subn->sm_base_lid;
H A Dosm_trap_rcv.c347 /* Check if the sm_base_lid is 0. If yes - this means
350 if (sm->p_subn->sm_base_lid == 0) {
357 cl_ntoh16(sm->p_subn->sm_base_lid));
359 sm->p_subn->sm_base_lid;
H A Dosm_multicast.c107 /* The sm_base_lid is saved in network order already. */
108 notice.issuer_lid = subn->sm_base_lid;
H A Dosm_link_mgr.c156 /* we are initializing the ports with our local sm_base_lid */
157 p_pi->master_sm_base_lid = sm->p_subn->sm_base_lid;
H A Dosm_drop_mgr.c238 /* The sm_base_lid is saved in network order already. */
239 notice.issuer_lid = sm->p_subn->sm_base_lid;
H A Dosm_lid_mgr.c969 /* we are updating the ports with our local sm_base_lid */
970 p_pi->master_sm_base_lid = p_mgr->p_subn->sm_base_lid;
1185 p_mgr->p_subn->sm_base_lid = cl_hton16(min_lid_ho);
H A Dosm_state_mgr.c845 /* The sm_base_lid is saved in network order already. */
846 notice.issuer_lid = sm->p_subn->sm_base_lid;
1051 * Need to force re-write of sm_base_lid to all ports
/freebsd-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_subnet.h485 ib_net16_t sm_base_lid; member in struct:osm_subn
537 * sm_base_lid

Completed in 117 milliseconds