Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c483 IN const osm_physp_t * p_physp_2, in osm_physp_share_pkey() argument
488 if (p_physp_1 == p_physp_2) in osm_physp_share_pkey()
492 pkey_tbl2 = osm_physp_get_pkey_tbl(p_physp_2); in osm_physp_share_pkey()
506 (p_physp_1, p_physp_2, allow_both_pkeys)); in osm_physp_share_pkey()
H A Dosm_ucast_cache.c222 osm_physp_t * p_physp_1, osm_physp_t * p_physp_2) in cache_check_link_change() argument
225 CL_ASSERT(p_physp_1 && p_physp_2); in cache_check_link_change()
230 if (!p_physp_1->p_remote_physp && !p_physp_2->p_remote_physp) in cache_check_link_change()
238 (p_physp_2->p_remote_physp && in cache_check_link_change()
239 p_physp_2->p_remote_physp->p_remote_physp)) { in cache_check_link_change()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h593 IN const struct osm_physp * p_physp_2,