Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h390 boolean_t osm_link_is_healthy(IN const osm_physp_t * p_physp);
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port.c592 boolean_t osm_link_is_healthy(IN const osm_physp_t * p_physp) in osm_link_is_healthy() function
H A Dosm_ucast_ftree.c3206 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in rank_switches_from_leafs()
3256 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in rank_leaf_switches()
3364 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in fabric_construct_hca_ports()
3500 if (!p_osm_port || !osm_link_is_healthy(p_osm_port)) in fabric_construct_sw_ports()
3688 if (!p_osm_physp || !osm_link_is_healthy(p_osm_physp)) in fabric_rank_from_roots()
H A Dosm_ucast_dfsssp.c1048 if (!osm_link_is_healthy(p)) { in add_sw_endports_to_order_list()
1301 if (!p_physp || !osm_link_is_healthy(p_physp)) in dfsssp_build_graph()
1463 if (port->p_physp && osm_link_is_healthy(port->p_physp)) { in dijkstra()
1759 if (!p_physp || !osm_link_is_healthy(p_physp)) in update_mcft()
H A Dosm_ucast_mgr.c434 if (!p_physp || !osm_link_is_healthy(p_physp)) in ucast_mgr_process_neighbors()