Home
last modified time | relevance | path

Searched refs:p_svc_rec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_service.c59 IN const ib_service_record_t * p_svc_rec) in osm_svcr_init() argument
68 p_svcr->lease_period = cl_ntoh32(p_svc_rec->service_lease); in osm_svcr_init()
69 p_svcr->service_record = *p_svc_rec; in osm_svcr_init()
72 osm_svcr_t *osm_svcr_new(IN const ib_service_record_t * p_svc_rec) in osm_svcr_new() argument
76 CL_ASSERT(p_svc_rec); in osm_svcr_new()
81 osm_svcr_init(p_svcr, p_svc_rec); in osm_svcr_new()
90 ib_service_record_t *p_svc_rec = (ib_service_record_t *) context; in match_rid_of_svc_rec() local
93 if (memcmp(&p_svcr->service_record, p_svc_rec, in match_rid_of_svc_rec()
94 sizeof(p_svc_rec->service_id) + in match_rid_of_svc_rec()
95 sizeof(p_svc_rec->service_gid) + in match_rid_of_svc_rec()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_service.h124 osm_svcr_t *osm_svcr_new(IN const ib_service_record_t * p_svc_rec);
150 IN const ib_service_record_t * p_svc_rec);
183 IN ib_service_record_t * p_svc_rec);