Searched refs:osm_switch_get_port_by_lid (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_switch.h | 434 static inline uint8_t osm_switch_get_port_by_lid(IN const osm_switch_t * p_sw, in osm_switch_get_port_by_lid() function 480 port_num = osm_switch_get_port_by_lid(p_sw, cl_ntoh16(lid), in osm_switch_get_route_by_lid()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_dump.c | 152 port_num = osm_switch_get_port_by_lid(p_sw, lid_ho, in dump_ucast_routes() 347 port = osm_switch_get_port_by_lid(p_sw, lid, OSM_NEW_LFT); in dump_ucast_lfts()
|
H A D | osm_ucast_file.c | 88 old_port = osm_switch_get_port_by_lid(p_sw, new_lid, OSM_LFT); in add_path()
|
H A D | osm_switch.c | 326 port_num = osm_switch_get_port_by_lid(p_sw, lid_ho, lft_enum); in osm_switch_recommend_path()
|
H A D | osm_console.c | 1077 port_num = osm_switch_get_port_by_lid(p_sw, lid_ho, in switchbalance_check() 1228 port_num = osm_switch_get_port_by_lid(p_sw, lid_ho, in lidbalance_check()
|
H A D | osm_ucast_mgr.c | 238 osm_switch_get_port_by_lid(p_sw, lid_ho - 1, OSM_NEW_LFT) + 1; in ucast_mgr_process_port()
|