Home
last modified time | relevance | path

Searched refs:service_pkey (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
Dosm_sa_service_record.c109 (sa->p_log, p_service_rec->service_pkey, p_req_physp)) { in __match_service_pkey_with_ports_pkey()
129 p_service_rec->service_pkey, in __match_service_pkey_with_ports_pkey()
254 if (p_sr_item->p_service_rec->service_pkey != in __get_matching_sr()
255 p_svcr->service_record.service_pkey) in __get_matching_sr()
433 if (!ib_pkey_is_invalid(p_svcr->service_record.service_pkey)) { in __get_matching_sr()
435 p_svcr->service_record.service_pkey, in __get_matching_sr()
439 cl_ntoh16(p_svcr->service_record.service_pkey)); in __get_matching_sr()
621 p_recvd_service_rec->service_pkey = IB_DEFAULT_PKEY; in osm_sr_rcv_process_set_method()
Dosm_service.c106 sizeof(p_svc_rec->service_pkey)); in __match_rid_of_svc_rec()
Dosm_sa.c666 cl_ntoh16(p_sr->service_pkey), in sa_dump_one_service()
1027 PARSE_AHEAD(p, net16, " pkey=0x", &s_rec.service_pkey); in osm_sa_db_file_load()
Dosm_helper.c1305 cl_ntoh16(p_sr->service_pkey), in osm_dump_service_record()
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
Dosmt_service.c64 IN ib_net16_t service_pkey, in osmt_register_service() argument
88 svc_rec.service_pkey = service_pkey; in osmt_register_service()
113 if (ib_pkey_is_invalid(service_pkey)) { in osmt_register_service()
169 IN ib_net16_t service_pkey, in osmt_register_service_with_full_key() argument
195 svc_rec.service_pkey = service_pkey; in osmt_register_service_with_full_key()
221 if (ib_pkey_is_invalid(service_pkey)) { in osmt_register_service_with_full_key()
293 IN ib_net16_t service_pkey, in osmt_register_service_with_data() argument
323 svc_rec.service_pkey = service_pkey; in osmt_register_service_with_data()
355 if (ib_pkey_is_invalid(service_pkey)) { in osmt_register_service_with_data()
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
Dsaquery.c464 cl_ntoh16(p_sr->service_pkey), in dump_service_record()
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
Dib_types.h5784 ib_net16_t service_pkey; member