Home
last modified time | relevance | path

Searched refs:service_gid (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c116 !ib_gid_is_multicast(&p_service_rec->service_gid)) { in match_service_pkey_with_ports_pkey()
118 p_service_rec->service_gid.unicast.interface_id; in match_service_pkey_with_ports_pkey()
233 if (memcmp(&p_sr_item->p_service_rec->service_gid, in get_matching_sr()
234 &p_svcr->service_record.service_gid, in get_matching_sr()
235 sizeof(p_svcr->service_record.service_gid)) != 0) in get_matching_sr()
H A Dosm_service.c95 sizeof(p_svc_rec->service_gid) + in match_rid_of_svc_rec()
H A Dosm_sa.c723 cl_ntoh64(p_sr->service_gid.unicast.prefix), in sa_dump_one_service()
724 cl_ntoh64(p_sr->service_gid.unicast.interface_id), in sa_dump_one_service()
1225 &s_rec.service_gid.unicast.prefix); in osm_sa_db_file_load()
1227 &s_rec.service_gid.unicast.interface_id); in osm_sa_db_file_load()
H A Dosm_helper.c1697 inet_ntop(AF_INET6, p_sr->service_gid.raw, gid_str, in osm_dump_service_record_to_buf()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c469 inet_ntop(AF_INET6, p_sr->service_gid.raw, gid, sizeof gid), in dump_service_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6433 ib_gid_t service_gid; member