Searched refs:lphysp (Results 1 – 1 of 1) sorted by relevance
1138 osm_physp_t *lphysp, *rphysp; in capture_fabric() local1197 lphysp = lport->p_physp; in capture_fabric()1198 if (!(lphysp && osm_physp_is_valid(lphysp))) in capture_fabric()1201 ltype = osm_node_get_type(lphysp->p_node); in capture_fabric()1205 if (lphysp->port_num == 0 && ltype == IB_NODE_TYPE_SWITCH) { in capture_fabric()1211 rphysp = lphysp->p_remote_physp; in capture_fabric()1241 lphysp = osm_node_get_physp_ptr(osm_sw->p_node, p); in capture_fabric()1242 if (!(lphysp && osm_physp_is_valid(lphysp))) in capture_fabric()1245 rphysp = lphysp->p_remote_physp; in capture_fabric()1249 if (lphysp == rphysp) in capture_fabric()[all …]