Home
last modified time | relevance | path

Searched refs:osm_physp_get_remote (Results 1 – 18 of 18) sorted by relevance

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_switch.c223 p_rem_physp = osm_physp_get_remote(p_physp); in osm_switch_find_guid_common()
354 osm_physp_get_remote(p_physp)) { in osm_switch_recommend_path()
404 !osm_physp_get_remote(p_physp)) in osm_switch_recommend_path()
459 p_rem_physp = osm_physp_get_remote(p_physp); in osm_switch_recommend_path()
HDosm_sa_link_record.c137 if (osm_physp_get_remote(p_src_physp) != p_dest_physp) in __osm_lr_rcv_get_physp_link()
140 p_dest_physp = osm_physp_get_remote(p_src_physp); in __osm_lr_rcv_get_physp_link()
146 p_src_physp = osm_physp_get_remote(p_dest_physp); in __osm_lr_rcv_get_physp_link()
HDosm_node.c287 p_remote_physp = osm_physp_get_remote(p_physp); in osm_node_get_remote_node()
307 p_remote_physp = osm_physp_get_remote(p_physp); in osm_node_get_remote_base_lid()
HDosm_port.c316 p_remote_physp = osm_physp_get_remote(p_physp); in osm_physp_calc_link_mtu()
371 p_remote_physp = osm_physp_get_remote(p_physp); in osm_physp_calc_link_op_vls()
493 if (!(p_physp = osm_physp_get_remote(p_physp))) { in __osm_physp_get_dr_physp_set()
HDosm_console.c810 || !osm_physp_get_remote(p_physp)) in switchbalance_check()
813 p_rem_physp = osm_physp_get_remote(p_physp); in switchbalance_check()
953 || !osm_physp_get_remote(p_physp)) in lidbalance_check()
956 p_rem_physp = osm_physp_get_remote(p_physp); in lidbalance_check()
HDosm_link_mgr.c193 p_remote_physp = osm_physp_get_remote(p_physp); in __osm_link_mgr_set_physp_pi()
HDosm_mcast_mgr.c698 p_remote_physp = osm_physp_get_remote(p_physp); in __osm_mcast_mgr_branch()
975 p_remote_physp = osm_physp_get_remote(p_physp);
HDosm_drop_mgr.c91 p_remote_physp = osm_physp_get_remote(p_physp); in drop_mgr_clean_physp()
HDosm_pkey_mgr.c408 peer = osm_physp_get_remote(p_physp); in pkey_mgr_update_peer_port()
HDosm_port_info_rcv.c235 p_remote_physp = osm_physp_get_remote(p_physp); in __osm_pi_rcv_process_switch_port()
HDosm_dump.c526 p_remote_physp = osm_physp_get_remote(p_physp); in print_node_report()
HDosm_ucast_cache.c506 p_remote_physp = osm_physp_get_remote(p_physp); in ucast_cache_validate()
HDosm_lid_mgr.c867 osm_physp_t *p_rem_physp = osm_physp_get_remote(p_physp); in __osm_lid_mgr_set_remote_pi_state_to_init()
HDosm_sa_multipath_record.c297 p_physp = osm_physp_get_remote(p_physp); in __osm_mpr_rcv_get_path_parms()
HDosm_state_mgr.c619 && !osm_physp_get_remote(p_physp)) { in __osm_state_mgr_light_sweep_start()
HDosm_ucast_ftree.c2826 p_remote_osm_port = osm_physp_get_remote(p_osm_port); in __osm_ftree_fabric_construct_hca_ports()
2949 p_remote_osm_port = osm_physp_get_remote(p_osm_port); in __osm_ftree_fabric_construct_sw_ports()
HDosm_sa_path_record.c307 p_physp = osm_physp_get_remote(p_physp); in __osm_pr_rcv_get_path_parms()
/trueos/contrib/ofed/management/opensm/include/opensm/
HDosm_port.h703 static inline osm_physp_t *osm_physp_get_remote(IN const osm_physp_t * in osm_physp_get_remote() function