Home
last modified time | relevance | path

Searched refs:mcast_top (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_mgr.c1050 ib_net16_t mcast_top; in mcast_mgr_set_mfttop() local
1071 mcast_top = cl_hton16(sm->mlids_init_max); in mcast_mgr_set_mfttop()
1074 mcast_top = cl_hton16(IB_LID_MCAST_START_HO - 1); in mcast_mgr_set_mfttop()
1076 mcast_top = cl_hton16(IB_LID_MCAST_START_HO + in mcast_mgr_set_mfttop()
1079 if (mcast_top == si.mcast_top) in mcast_mgr_set_mfttop()
1082 si.mcast_top = mcast_top; in mcast_mgr_set_mfttop()
1086 cl_ntoh16(si.mcast_top)); in mcast_mgr_set_mfttop()
H A Dosm_helper.c2061 cl_ntoh16(p_si->mcast_top)); in osm_dump_switch_info_to_buf()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c555 cl_ntoh16(p_sir->switch_info.mcast_top)); in dump_switch_info_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6545 ib_net16_t mcast_top; member