Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_link_record.c122 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()
H A Dosm_node.c248 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()
H A Dosm_switch.c199 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()
H A Dosm_port.c195 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()
H A Dosm_link_mgr.c282 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()
H A Dosm_drop_mgr.c89 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()
H A Dosm_port_info_rcv.c294 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()
H A Dosm_console.c1094 || !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()
H A Dosm_mcast_mgr.c705 p_remote_physp = osm_physp_get_remote(p_physp); in mcast_mgr_branch()
934 p_remote_physp = osm_physp_get_remote(p_physp);
H A Dosm_dump.c625 p_remote_physp = osm_physp_get_remote(p_physp); in print_node_report()
H A Dosm_pkey_mgr.c708 peer = osm_physp_get_remote(p_physp); in pkey_mgr_update_peer_port()
H A Dosm_ucast_cache.c474 p_remote_physp = osm_physp_get_remote(p_physp); in ucast_cache_validate()
H A Dosm_lid_mgr.c793 osm_physp_t *p_rem_physp = osm_physp_get_remote(p_physp); in lid_mgr_set_remote_pi_state_to_init()
H A Dosm_sa_multipath_record.c283 p_physp = osm_physp_get_remote(p_physp); in mpr_rcv_get_path_parms()
H A Dosm_state_mgr.c837 && !osm_physp_get_remote(p_physp)) { in state_mgr_light_sweep_start()
H A Dosm_ucast_ftree.c3370 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()
H A Dosm_sa_path_record.c294 p_physp = osm_physp_get_remote(p_physp); in pr_rcv_get_path_parms()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h749 static inline osm_physp_t *osm_physp_get_remote(IN const osm_physp_t * p_physp) in osm_physp_get_remote() function