Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_mgr.c493 uint8_t * p_max_depth) in mcast_mgr_branch() argument
509 CL_ASSERT(p_max_depth); in mcast_mgr_branch()
531 if (depth > *p_max_depth) { in mcast_mgr_branch()
532 CL_ASSERT(depth == *p_max_depth + 1); in mcast_mgr_branch()
533 *p_max_depth = depth; in mcast_mgr_branch()
712 (p_remote_physp), p_max_depth); in mcast_mgr_branch()