Home
last modified time | relevance | path

Searched refs:num_of_mcm (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/ofed/opensm/opensm/
HDosm_mcast_mgr.c160 sw->num_of_mcm++; in create_mgrp_switch_map()
176 sw->num_of_mcm = 0; in destroy_mgrp_switch_map()
207 hops += (least_hops + 1) * sw->num_of_mcm + in mcast_mgr_compute_avg_hops()
209 num_ports += sw->num_of_mcm + sw->is_mc_member; in mcast_mgr_compute_avg_hops()
HDosm_ucast_dfsssp.c1686 sw->num_of_mcm++; in update_mgrp_membership()
1701 adj_list[i].sw->num_of_mcm = 0; in reset_mgrp_membership()
1739 (p_sw->num_of_mcm == 0 && !(p_sw->is_mc_member))) in update_mcft()
/freebsd-14-stable/contrib/ofed/opensm/include/opensm/
HDosm_switch.h114 uint32_t num_of_mcm; member