Home
last modified time | relevance | path

Searched refs:ServiceP_Key (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1976 dest->d_pkey = sr_resp->ServiceP_Key; in ibcm_fill_svcinfo()
2055 svcrec_req.ServiceP_Key = attrp->pa_pkey; in ibcm_saa_service_rec()
2143 if ((svcrec_resp->ServiceP_Key & 0x8000) == 0) { in ibcm_saa_service_rec()
2146 svcrec_resp->ServiceP_Key); in ibcm_saa_service_rec()
2190 if ((svcrec_resp->ServiceP_Key & 0x8000) == 0) { in ibcm_saa_service_rec()
2193 svcrec_resp->ServiceP_Key); in ibcm_saa_service_rec()
2305 if ((svcrec_resp->ServiceP_Key & 0x8000) == 0) { in ibcm_saa_service_rec()
2308 svcrec_resp->ServiceP_Key); in ibcm_saa_service_rec()
2314 p_pkey = svcrec_resp->ServiceP_Key; in ibcm_saa_service_rec()
2331 a_pkey = svcrec_resp->ServiceP_Key; in ibcm_saa_service_rec()
[all …]
H A Dibcm_ti.c2790 srv_rec.ServiceP_Key = in ibt_bind_service()
2969 srv_rec.ServiceP_Key = sbindp->sbind_pkey; in ibt_unbind_service()
3299 srv_recp->ServiceP_Key = arp->ar_pkey; in ibt_register_ar()
3535 svcrec_req.ServiceP_Key = queryp->ar_pkey; in ibt_query_ar()
3606 resultp->ar_pkey = svcrec_resp->ServiceP_Key; in ibt_query_ar()
3722 srv_rec.ServiceP_Key = sbindp->sbind_pkey; in ibcm_rewrite_svc_record()
H A Dibcm_utils.c1837 IBTF_DPRINTF_L4(cmlog, "Svc PKey : 0x%X", srv_rec->ServiceP_Key); in ibcm_dump_srvrec()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c1199 service_record.ServiceP_Key = p_key; in ibmf_saa_name_to_service_record()
1288 service_record.ServiceP_Key = p_key; in ibmf_saa_id_to_service_record()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h392 uint16_t ServiceP_Key; /* p_key used to contact serv */ member