Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mft_record.c167 if (!osm_switch_supports_mcast(p_sw)) in mftr_rcv_by_comp_mask()
H A Dosm_mcast_mgr.c277 if (!osm_switch_supports_mcast(p_sw)) in mcast_mgr_find_optimal_switch()
536 if (osm_switch_supports_mcast(p_sw) == FALSE) { in mcast_mgr_branch()
H A Dosm_ucast_dfsssp.c1738 if (osm_switch_supports_mcast(p_sw) == FALSE || in update_mcft()
H A Dosm_torus.c8701 if (!osm_switch_supports_mcast(osm_sw)) { in mcast_stree_branch()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h620 static inline boolean_t osm_switch_supports_mcast(IN const osm_switch_t * p_sw) in osm_switch_supports_mcast() function