Searched refs:osm_physp_get_remote (Results 1 – 18 of 18) sorted by relevance
122 if (osm_physp_get_remote(p_src_physp) != p_dest_physp) in lr_rcv_get_physp_link()125 p_dest_physp = osm_physp_get_remote(p_src_physp); in lr_rcv_get_physp_link()131 p_src_physp = osm_physp_get_remote(p_dest_physp); in lr_rcv_get_physp_link()
248 p_remote_physp = osm_physp_get_remote(p_physp); in osm_node_get_remote_node()267 p_remote_physp = osm_physp_get_remote(p_physp); in osm_node_get_remote_base_lid()
199 p_rem_physp = osm_physp_get_remote(p_physp); in switch_find_guid_common()339 osm_physp_get_remote(p_physp)) { in osm_switch_recommend_path()389 !osm_physp_get_remote(p_physp)) in osm_switch_recommend_path()404 p_rem_physp = osm_physp_get_remote(p_physp); in osm_switch_recommend_path()
195 p_remote_physp = osm_physp_get_remote(p_physp); in osm_physp_calc_link_mtu()249 p_remote_physp = osm_physp_get_remote(p_physp); in osm_physp_calc_link_op_vls()371 if (!(p_physp = osm_physp_get_remote(p_physp))) { in physp_get_dr_physp_set()
282 p_remote_physp = osm_physp_get_remote(p_physp); in link_mgr_set_physp_pi()541 p_physp_remote = osm_physp_get_remote(p_physp); in link_mgr_process_node()
89 p_remote_physp = osm_physp_get_remote(p_physp); in drop_mgr_clean_physp()456 p_remote_physp = osm_physp_get_remote(p_physp); in drop_mgr_check_switch_node()
294 p_remote_physp = osm_physp_get_remote(p_physp); in pi_rcv_process_switch_ext_port()420 p_remote_physp = osm_physp_get_remote(p_physp); in pi_rcv_process_switch_ext_port()
1094 || !osm_physp_get_remote(p_physp)) in switchbalance_check()1097 p_rem_physp = osm_physp_get_remote(p_physp); in switchbalance_check()1238 || !osm_physp_get_remote(p_physp)) in lidbalance_check()1241 p_rem_physp = osm_physp_get_remote(p_physp); in lidbalance_check()
705 p_remote_physp = osm_physp_get_remote(p_physp); in mcast_mgr_branch()934 p_remote_physp = osm_physp_get_remote(p_physp);
625 p_remote_physp = osm_physp_get_remote(p_physp); in print_node_report()
708 peer = osm_physp_get_remote(p_physp); in pkey_mgr_update_peer_port()
474 p_remote_physp = osm_physp_get_remote(p_physp); in ucast_cache_validate()
793 osm_physp_t *p_rem_physp = osm_physp_get_remote(p_physp); in lid_mgr_set_remote_pi_state_to_init()
283 p_physp = osm_physp_get_remote(p_physp); in mpr_rcv_get_path_parms()
837 && !osm_physp_get_remote(p_physp)) { in state_mgr_light_sweep_start()
3370 p_remote_osm_port = osm_physp_get_remote(p_osm_port); in fabric_construct_hca_ports()3503 p_remote_osm_port = osm_physp_get_remote(p_osm_port); in fabric_construct_sw_ports()
294 p_physp = osm_physp_get_remote(p_physp); in pr_rcv_get_path_parms()
749 static inline osm_physp_t *osm_physp_get_remote(IN const osm_physp_t * p_physp) in osm_physp_get_remote() function