Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_switch.c66 memset(p_sw->hops[lid_ho], OSM_NO_PATH, p_sw->num_ports); in osm_switch_set_hops()
115 memset(p_sw->lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in osm_switch_init()
317 return OSM_NO_PATH; in osm_switch_recommend_path()
329 if (least_hops == OSM_NO_PATH) in osm_switch_recommend_path()
330 return (OSM_NO_PATH); in osm_switch_recommend_path()
343 if (port_num != OSM_NO_PATH) { in osm_switch_recommend_path()
488 return (OSM_NO_PATH); in osm_switch_recommend_path()
513 memset(p_sw->hops[i], OSM_NO_PATH, p_sw->num_ports); in osm_switch_clear_hops()
533 memset(p_sw->new_lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in osm_switch_prepare_path_rebuild()
579 return OSM_NO_PATH; in osm_switch_get_port_least_hops()
[all …]
HDosm_dump.c149 if (port_num == OSM_NO_PATH) { in dump_ucast_routes()
177 if (num_hops != OSM_NO_PATH) { in dump_ucast_routes()
185 num_hops = OSM_NO_PATH; in dump_ucast_routes()
203 if (num_hops == OSM_NO_PATH) { in dump_ucast_routes()
309 if (osm_switch_get_least_hops(p_sw, lid) == OSM_NO_PATH) in dump_lid_matrix()
HDosm_ucast_file.c87 if (old_port != OSM_NO_PATH && old_port != port_num) { in add_path()
199 memset(p_sw->new_lft, OSM_NO_PATH, in do_ucast_file_load()
HDosm_ucast_mgr.c167 if (hops == OSM_NO_PATH) in __osm_ucast_mgr_process_neighbor()
264 if (port == OSM_NO_PATH) { in __osm_ucast_mgr_process_port()
491 memset(p_sw->new_lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in __osm_ucast_mgr_process_tbl()
HDosm_console.c795 if (port_num == OSM_NO_PATH) in switchbalance_check()
945 if (port_num == OSM_NO_PATH) in lidbalance_check()
HDosm_ucast_ftree.c570 memset(p_osm_sw->new_lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in __osm_ftree_sw_create()
1991 OSM_NO_PATH) { in __osm_ftree_fabric_route_upgoing_by_going_down()
2035 p_remote_sw->p_osm_sw->new_lft[cl_ntoh16(target_lid)] != OSM_NO_PATH) in __osm_ftree_fabric_route_upgoing_by_going_down()
2295 if (p_remote_sw->p_osm_sw->new_lft[cl_ntoh16(target_lid)] != OSM_NO_PATH) in __osm_ftree_fabric_route_downgoing_by_going_up()
HDosm_ucast_cache.c1085 memset(p_sw->lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in osm_ucast_cache_process()
HDosm_mcast_mgr.c443 if (port_num == OSM_NO_PATH) { in __osm_mcast_mgr_subdivide()
HDosm_ucast_lash.c1055 memset(p_sw->new_lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in populate_fwd_tbls()
/trueos/contrib/ofed/management/opensm/include/opensm/
HDosm_switch.h256 OSM_NO_PATH : p_sw->hops[lid_ho][port_num]; in osm_switch_get_hop_count()
347 OSM_NO_PATH : p_sw->hops[lid_ho][0]; in osm_switch_get_least_hops()
413 return OSM_NO_PATH; in osm_switch_get_port_by_lid()
491 if (port_num != OSM_NO_PATH) in osm_switch_get_route_by_lid()
HDosm_base.h641 #define OSM_NO_PATH 0xFF macro