Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c86 static boolean_t cache_sw_is_leaf(cache_switch_t * p_sw) in cache_sw_is_leaf() function
357 (cache_sw_is_leaf(p_sw)) ? "[leaf switch] " : "", in ucast_cache_dump()
461 !cache_sw_is_leaf(p_cache_sw) && in ucast_cache_validate()
674 if (!cache_sw_is_leaf(p_cache_sw)) { in ucast_cache_validate()
694 CL_ASSERT(cache_sw_is_leaf(p_cache_sw)); in ucast_cache_validate()
717 if (!cache_sw_is_leaf(p_remote_cache_sw)) { in ucast_cache_validate()
735 if (cache_sw_is_leaf(p_cache_sw) && in ucast_cache_validate()
736 cache_sw_is_leaf(p_remote_cache_sw)) { in ucast_cache_validate()
964 if (!p_cache_sw || !cache_sw_is_leaf(p_cache_sw)) { in osm_ucast_cache_add_node()