Searched refs:osm_physp_get_remote (Results 1 – 18 of 18) sorted by relevance
223 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()
137 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()
287 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()
316 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()
810 || !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()
193 p_remote_physp = osm_physp_get_remote(p_physp); in __osm_link_mgr_set_physp_pi()
698 p_remote_physp = osm_physp_get_remote(p_physp); in __osm_mcast_mgr_branch()975 p_remote_physp = osm_physp_get_remote(p_physp);
91 p_remote_physp = osm_physp_get_remote(p_physp); in drop_mgr_clean_physp()
408 peer = osm_physp_get_remote(p_physp); in pkey_mgr_update_peer_port()
235 p_remote_physp = osm_physp_get_remote(p_physp); in __osm_pi_rcv_process_switch_port()
526 p_remote_physp = osm_physp_get_remote(p_physp); in print_node_report()
506 p_remote_physp = osm_physp_get_remote(p_physp); in ucast_cache_validate()
867 osm_physp_t *p_rem_physp = osm_physp_get_remote(p_physp); in __osm_lid_mgr_set_remote_pi_state_to_init()
297 p_physp = osm_physp_get_remote(p_physp); in __osm_mpr_rcv_get_path_parms()
619 && !osm_physp_get_remote(p_physp)) { in __osm_state_mgr_light_sweep_start()
2826 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()
307 p_physp = osm_physp_get_remote(p_physp); in __osm_pr_rcv_get_path_parms()
703 static inline osm_physp_t *osm_physp_get_remote(IN const osm_physp_t * in osm_physp_get_remote() function