Home
last modified time | relevance | path

Searched refs:max_mcast_lid_ho (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sw_info_rcv.c227 sm->p_subn->max_mcast_lid_ho) { in si_rcv_process_new()
228 sm->p_subn->max_mcast_lid_ho = cl_ntoh16(p_si->mcast_cap) + in si_rcv_process_new()
232 sm->p_subn->max_mcast_lid_ho); in si_rcv_process_new()
H A Dosm_mcast_mgr.c1158 for (i = sm->p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; i >= 0; in alloc_mfts()
1205 max_mlid = config_all ? sm->p_subn->max_mcast_lid_ho in osm_mcast_mgr_process()
H A Dosm_sa_mcmember_record.c164 && cl_ntoh16(requested_mlid) <= p_subn->max_mcast_lid_ho in get_new_mlid()
178 max = p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO + 1; in get_new_mlid()
H A Dosm_subnet.c1194 for (i = 0; i <= p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in osm_subn_destroy()
1254 p_subn->max_mcast_lid_ho = IB_LID_MCAST_END_HO; in osm_subn_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h769 uint16_t max_mcast_lid_ho; member