Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h107 osm_mcast_tbl_t mcast_tbl; member
757 return osm_mcast_tbl_set_block(&p_sw->mcast_tbl, p_block, block_num, in osm_switch_set_mft_block()
797 return osm_mcast_tbl_get_block(&p_sw->mcast_tbl, block_num, position, in osm_switch_get_mft_block()
836 return osm_mcast_tbl_get_max_block(&p_sw->mcast_tbl); in osm_switch_get_mft_max_block()
858 return osm_mcast_tbl_get_max_block_in_use(&p_sw->mcast_tbl); in osm_switch_get_mft_max_block_in_use()
886 return osm_mcast_tbl_get_max_position(&p_sw->mcast_tbl); in osm_switch_get_mft_max_position()
1135 return (osm_mcast_tbl_t *) & p_sw->mcast_tbl; in osm_switch_get_mcast_tbl_ptr()
1165 p_tbl = &p_sw->mcast_tbl; in osm_switch_is_in_mcast_tree()
1167 return osm_mcast_tbl_is_any_port(&p_sw->mcast_tbl, mlid_ho); in osm_switch_is_in_mcast_tree()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c90 osm_mcast_tbl_destroy(&p_sw->mcast_tbl); in osm_switch_delete()
147 osm_mcast_tbl_init(&p_sw->mcast_tbl, osm_node_get_num_physp(p_node), in osm_switch_new()
730 (&p_sw->mcast_tbl, mlid_ho, port_num)) in osm_switch_recommend_mcast_path()
H A Dosm_mcast_mgr.c1170 if (osm_mcast_tbl_realloc(&p_sw->mcast_tbl, i)) in alloc_mfts()
H A Dosm_torus.c8683 osm_mcast_tbl_t *mcast_tbl, *ds_mcast_tbl; in mcast_stree_branch() local
8714 mcast_tbl = osm_switch_get_mcast_tbl_ptr(osm_sw); in mcast_stree_branch()
8754 osm_mcast_tbl_set(mcast_tbl, mgb->mlid, p); in mcast_stree_branch()
8782 osm_mcast_tbl_set(mcast_tbl, mgb->mlid, port->port); in mcast_stree_branch()