Home
last modified time | relevance | path

Searched refs:osm_switch_get_mft_max_block_in_use (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mft_record.c171 if (osm_switch_get_mft_max_block_in_use(p_sw) == -1) in mftr_rcv_by_comp_mask()
180 if (max_block > osm_switch_get_mft_max_block_in_use(p_sw)) in mftr_rcv_by_comp_mask()
185 max_block = osm_switch_get_mft_max_block_in_use(p_sw); in mftr_rcv_by_comp_mask()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h855 static inline int16_t osm_switch_get_mft_max_block_in_use(IN osm_switch_t * p_sw) in osm_switch_get_mft_max_block_in_use() function