Searched refs:osm_sw (Results 1 – 1 of 1) sorted by relevance
576 struct osm_switch *osm_sw; in build_sw_endpoint() local583 osm_sw = osm_port->p_node->sw; in build_sw_endpoint()629 sw->osm_switch = osm_sw; in build_sw_endpoint()1137 osm_switch_t *osm_sw; in capture_fabric() local1172 osm_sw = (osm_switch_t *)item; in capture_fabric()1174 osm_sw->priv = NULL; /* avoid stale pointer dereferencing */ in capture_fabric()1175 osm_node = osm_sw->p_node; in capture_fabric()1235 osm_sw = (osm_switch_t *)item; in capture_fabric()1238 port_cnt = osm_node_get_num_physp(osm_sw->p_node); in capture_fabric()1241 lphysp = osm_node_get_physp_ptr(osm_sw->p_node, p); in capture_fabric()[all …]