Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1138 osm_physp_t *lphysp, *rphysp; in capture_fabric() local
1211 rphysp = lphysp->p_remote_physp; in capture_fabric()
1212 if (!(rphysp && osm_physp_is_valid(rphysp))) in capture_fabric()
1215 rtype = osm_node_get_type(rphysp->p_node); in capture_fabric()
1224 osm_node_get_node_guid(rphysp->p_node), in capture_fabric()
1225 osm_physp_get_port_num(rphysp)); in capture_fabric()
1245 rphysp = lphysp->p_remote_physp; in capture_fabric()
1246 if (!(rphysp && osm_physp_is_valid(rphysp))) in capture_fabric()
1249 if (lphysp == rphysp) in capture_fabric()
1253 rtype = osm_node_get_type(rphysp->p_node); in capture_fabric()
[all …]