Searched refs:osm_get_port_by_alias_guid (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_path_record.c | 1850 if (osm_get_port_by_alias_guid(sa->p_subn, p_dest_alias_guid->alias_guid) == in osm_pr_rcv_process() 1881 if (osm_get_port_by_alias_guid(sa->p_subn, in osm_pr_rcv_process() 1900 if (osm_get_port_by_alias_guid(sa->p_subn, in osm_pr_rcv_process() 1915 if (osm_get_port_by_alias_guid(sa->p_subn, in osm_pr_rcv_process() 1931 if (osm_get_port_by_alias_guid(sa->p_subn, in osm_pr_rcv_process() 1938 if (osm_get_port_by_alias_guid(sa->p_subn, in osm_pr_rcv_process()
|
H A D | osm_sa_service_record.c | 120 osm_get_port_by_alias_guid(sa->p_subn, service_guid); in match_service_pkey_with_ports_pkey()
|
H A D | osm_sa_mcmember_record.c | 1193 p_port = osm_get_port_by_alias_guid(sa->p_subn, portguid); in mcmr_rcv_join_mgrp()
|
H A D | osm_sa.c | 1209 port = osm_get_port_by_alias_guid(&p_osm->subn, guid); in osm_sa_db_file_load()
|
H A D | osm_subnet.c | 1418 osm_port_t *osm_get_port_by_alias_guid(IN osm_subn_t const *p_subn, in osm_get_port_by_alias_guid() function
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 1326 struct osm_port *osm_get_port_by_alias_guid(IN osm_subn_t const *p_subn,
|