Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mcast_tbl.h438 osm_mcast_tbl_get_max_block_in_use(IN osm_mcast_tbl_t * p_tbl) in osm_mcast_tbl_get_max_block_in_use() function
H A Dosm_switch.h858 return osm_mcast_tbl_get_max_block_in_use(&p_sw->mcast_tbl); in osm_switch_get_mft_max_block_in_use()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_mgr.c1119 if (osm_mcast_tbl_get_max_block_in_use(p_tbl) > max_block) in mcast_mgr_set_mftables()
1120 max_block = osm_mcast_tbl_get_max_block_in_use(p_tbl); in mcast_mgr_set_mftables()