Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c88 ep_p->qp_handle->ep_hkey, prd_size, timeout); in dapls_ib_connect()
115 args.epc_hkey = ep_p->qp_handle->ep_hkey; in dapls_ib_connect()
226 args.epd_hkey = ep_ptr->qp_handle->ep_hkey; in dapls_ib_disconnect()
338 reinit_args.epri_hkey = qp_p->ep_hkey; in dapls_ib_reinit_ep()
593 (uint64_t)cr_p->ib_cm_handle, ep_p->qp_handle->ep_hkey); in dapls_ib_accept_connection()
597 args.cra_ep_hkey = ep_p->qp_handle->ep_hkey; in dapls_ib_accept_connection()
H A Ddapl_tavor_ibtf_qp.c306 epf_args.epf_hkey = ep_args.ep_hkey; in dapls_ib_qp_alloc()
359 ep_ptr, ep_args.ep_hkey); in dapls_ib_qp_alloc()
361 qp_p->ep_hkey = ep_args.ep_hkey; in dapls_ib_qp_alloc()
444 args.epf_hkey = qp_p->ep_hkey; in dapls_ib_qp_free()
453 ep_ptr, qp_p->ep_hkey); in dapls_ib_qp_free()
553 ep_ptr->qp_handle->ep_hkey); in dapls_ib_qp_modify()
557 epm_args.epm_hkey = ep_ptr->qp_handle->ep_hkey; in dapls_ib_qp_modify()
570 "qp_modify: ep_hkey = %016llx\n", ep_ptr->qp_handle->ep_hkey); in dapls_ib_qp_modify()
H A Ddapl_tavor_ibtf_dto.c102 cookie->val.dto.size, ep_ptr->qp_handle->ep_hkey); in dapls_ib_post_recv()
181 cookie->val.dto.size, ep_ptr->qp_handle->ep_hkey); in dapls_ib_post_recv_one()
355 ep_ptr->qp_handle->ep_hkey); in dapls_ib_post_send()
484 ep_ptr->qp_handle->ep_hkey); in dapls_ib_post_send_one()
H A Ddapl_tavor_ibtf_impl.h83 uint64_t ep_hkey; member
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt_if.h243 uint64_t ep_hkey; /* hash key of the EP */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1141 uint64_t ep_hkey = 0; in daplka_ep_create() local
1345 &ep_hkey, (void *)ep_rp); in daplka_ep_create()
1360 args.ep_hkey = ep_hkey; in daplka_ep_create()
1378 (void) daplka_hash_remove(&ia_rp->ia_ep_htbl, ep_hkey, in daplka_ep_create()