Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_node.c233 return osm_physp_has_any_link(p_physp); in osm_node_has_any_link()
245 if (!p_physp || !osm_physp_has_any_link(p_physp)) in osm_node_get_remote_node()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h949 static inline boolean_t osm_physp_has_any_link(IN const osm_physp_t * p_physp) in osm_physp_has_any_link() function