Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c3195 osm_physp_t *p_osm_port; in rank_switches_from_leafs() local
3205 p_osm_port = osm_node_get_physp_ptr(p_node, i); in rank_switches_from_leafs()
3206 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in rank_switches_from_leafs()
3248 osm_physp_t *p_osm_port; in rank_leaf_switches() local
3255 p_osm_port = osm_node_get_physp_ptr(p_osm_node, i); in rank_leaf_switches()
3256 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in rank_leaf_switches()
3301 (p_osm_port->p_remote_physp-> in rank_leaf_switches()
3359 osm_physp_t *p_osm_port = osm_node_get_physp_ptr(p_node, i); in fabric_construct_hca_ports() local
3364 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in fabric_construct_hca_ports()
3370 p_remote_osm_port = osm_physp_get_remote(p_osm_port); in fabric_construct_hca_ports()
[all …]
H A Dosm_qos_parser_y.y1367 osm_port_t * p_osm_port = variable
1370 if (p_osm_port)
1373 p_osm_port->p_physp);
3009 osm_port_t * p_osm_port; in __parser_add_guid_range_to_port_map() local
3016 p_osm_port = in __parser_add_guid_range_to_port_map()
3018 if (p_osm_port) in __parser_add_guid_range_to_port_map()
3019 __parser_add_port_to_port_map(p_map, p_osm_port->p_physp); in __parser_add_guid_range_to_port_map()