Home
last modified time | relevance | path

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

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c482 IN const osm_physp_t * p_physp_1, in osm_physp_share_pkey() argument
488 if (p_physp_1 == p_physp_2) in osm_physp_share_pkey()
491 pkey_tbl1 = osm_physp_get_pkey_tbl(p_physp_1); 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()
236 if ((p_physp_1->p_remote_physp && in cache_check_link_change()
237 p_physp_1->p_remote_physp->p_remote_physp) || in cache_check_link_change()
/freebsd-src/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h592 IN const struct osm_physp * p_physp_1,