Searched refs:OSM_NO_PATH (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_switch.c | 66 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 …]
|
| HD | osm_dump.c | 149 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()
|
| HD | osm_ucast_file.c | 87 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()
|
| HD | osm_ucast_mgr.c | 167 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()
|
| HD | osm_console.c | 795 if (port_num == OSM_NO_PATH) in switchbalance_check() 945 if (port_num == OSM_NO_PATH) in lidbalance_check()
|
| HD | osm_ucast_ftree.c | 570 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()
|
| HD | osm_ucast_cache.c | 1085 memset(p_sw->lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1); in osm_ucast_cache_process()
|
| HD | osm_mcast_mgr.c | 443 if (port_num == OSM_NO_PATH) { in __osm_mcast_mgr_subdivide()
|
| HD | osm_ucast_lash.c | 1055 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/ |
| HD | osm_switch.h | 256 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()
|
| HD | osm_base.h | 641 #define OSM_NO_PATH 0xFF macro
|