Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h332 ib_pkey_t pa_pkey; /* IBT_PATH_PKEY */ member
1943 ib_pkey_t pa_pkey; member
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c289 attr.pa_pkey = gw_addr->ga_pkey; in eibnx_setup_ud_dest()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp.c250 ipp->ip_pkey = attr->pa_pkey; in ibcm_arp_get_ibd_insts()
H A Dibcm_path.c636 if ((attrp->pa_pkey == IB_PKEY_INVALID_FULL) || in ibcm_validate_path_attributes()
637 (attrp->pa_pkey & 0x8000) == 0) { in ibcm_validate_path_attributes()
639 "Specified P_Key is invalid: 0x%X", attrp->pa_pkey); in ibcm_validate_path_attributes()
643 "P_Key= 0x%X", attrp->pa_pkey); in ibcm_validate_path_attributes()
731 dinfo->p_key = p_arg->attr.pa_pkey; in ibcm_process_get_paths()
2055 svcrec_req.ServiceP_Key = attrp->pa_pkey; in ibcm_saa_service_rec()
H A Dibcm_ti.c1073 path_attr.pa_pkey = redirect_info->rdi_pkey; in ibcm_init_reply_addr()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1871 path_attr.pa_pkey = state->id_pkey; in ibd_async_acache()
8886 attr->pa_pkey = state->id_pkey; in ibd_get_part_attr()
8924 attr->pa_pkey = state->id_pkey; in ibd_get_all_part_attr()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2168 path_attr.pa_pkey = ia_rp->ia_port_pkey; in daplka_ep_connect()