ep_handle         167 opal/mca/btl/uct/btl_uct_am.c     uct_ep_h ep_handle = NULL;
ep_handle         170 opal/mca/btl/uct/btl_uct_am.c     (void) mca_btl_uct_endpoint_test_am (uct_btl, frag->endpoint, frag->context, &ep_handle);
ep_handle         171 opal/mca/btl/uct/btl_uct_am.c     assert (NULL != ep_handle);
ep_handle         180 opal/mca/btl/uct/btl_uct_am.c             ucs_status = uct_ep_am_zcopy (ep_handle, MCA_BTL_UCT_FRAG, &frag->header, sizeof (frag->header),
ep_handle         191 opal/mca/btl/uct/btl_uct_am.c                 ucs_status = uct_ep_am_short (ep_handle, MCA_BTL_UCT_FRAG, frag->header.value, frag->uct_iov.buffer,
ep_handle         203 opal/mca/btl/uct/btl_uct_am.c             size = uct_ep_am_bcopy (ep_handle, MCA_BTL_UCT_FRAG, mca_btl_uct_send_frag_pack, frag, 0);
ep_handle         237 opal/mca/btl/uct/btl_uct_am.c     uct_ep_h ep_handle;
ep_handle         247 opal/mca/btl/uct/btl_uct_am.c     rc = mca_btl_uct_endpoint_check_am (uct_btl, endpoint, context, &ep_handle);
ep_handle         251 opal/mca/btl/uct/btl_uct_am.c         if (OPAL_SUCCESS != mca_btl_uct_endpoint_test_am (uct_btl, endpoint, context, &ep_handle)) {
ep_handle         299 opal/mca/btl/uct/btl_uct_am.c     uct_ep_h ep_handle;
ep_handle         302 opal/mca/btl/uct/btl_uct_am.c     rc = mca_btl_uct_endpoint_check_am (uct_btl, endpoint, context, &ep_handle);
ep_handle         315 opal/mca/btl/uct/btl_uct_am.c         ucs_status = uct_ep_am_short (ep_handle, MCA_BTL_UCT_FRAG, am_header.value, header, header_size);
ep_handle         319 opal/mca/btl/uct/btl_uct_am.c         ucs_status = uct_ep_am_short (ep_handle, MCA_BTL_UCT_FRAG, am_header.value, data, total_size);
ep_handle         323 opal/mca/btl/uct/btl_uct_am.c         size = uct_ep_am_bcopy (ep_handle, MCA_BTL_UCT_FRAG, mca_btl_uct_sendi_pack,
ep_handle          37 opal/mca/btl/uct/btl_uct_amo.c     uct_ep_h ep_handle;
ep_handle          60 opal/mca/btl/uct/btl_uct_amo.c     rc = mca_btl_uct_get_rkey (uct_btl, context, endpoint, remote_handle, &rkey, &ep_handle);
ep_handle          70 opal/mca/btl/uct/btl_uct_amo.c         ucs_status = uct_ep_atomic32_fetch (ep_handle, uct_op, operand, (uint32_t *) local_address, remote_address,
ep_handle          73 opal/mca/btl/uct/btl_uct_amo.c         ucs_status = uct_ep_atomic64_fetch (ep_handle, uct_op, operand, (uint64_t *) local_address, remote_address,
ep_handle          79 opal/mca/btl/uct/btl_uct_amo.c             ucs_status = uct_ep_atomic_fadd32 (ep_handle, (uint32_t) operand, remote_address,
ep_handle          82 opal/mca/btl/uct/btl_uct_amo.c             ucs_status = uct_ep_atomic_fadd64 (ep_handle, operand, remote_address, rkey.rkey,
ep_handle          87 opal/mca/btl/uct/btl_uct_amo.c             ucs_status = uct_ep_atomic_swap32 (ep_handle, (uint32_t) operand, remote_address,
ep_handle          90 opal/mca/btl/uct/btl_uct_amo.c             ucs_status = uct_ep_atomic_swap64 (ep_handle, operand, remote_address, rkey.rkey,
ep_handle         143 opal/mca/btl/uct/btl_uct_amo.c     uct_ep_h ep_handle;
ep_handle         154 opal/mca/btl/uct/btl_uct_amo.c     rc = mca_btl_uct_get_rkey (uct_btl, context, endpoint, remote_handle, &rkey, &ep_handle);
ep_handle         163 opal/mca/btl/uct/btl_uct_amo.c         ucs_status = uct_ep_atomic_cswap32 (ep_handle, (uint32_t) compare, (uint32_t) value, remote_address,
ep_handle         166 opal/mca/btl/uct/btl_uct_amo.c         ucs_status = uct_ep_atomic_cswap64 (ep_handle, compare, value, remote_address, rkey.rkey,
ep_handle          35 opal/mca/btl/uct/btl_uct_endpoint.h                                                 mca_btl_uct_device_context_t *context, uct_ep_h *ep_handle)
ep_handle          41 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
ep_handle          62 opal/mca/btl/uct/btl_uct_endpoint.h                                               mca_btl_uct_device_context_t *context, uct_ep_h *ep_handle,
ep_handle          69 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
ep_handle          74 opal/mca/btl/uct/btl_uct_endpoint.h     *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
ep_handle          81 opal/mca/btl/uct/btl_uct_endpoint.h                                                    mca_btl_uct_device_context_t *context, uct_ep_h *ep_handle)
ep_handle          84 opal/mca/btl/uct/btl_uct_endpoint.h     return mca_btl_uct_endpoint_check (module, endpoint, context, ep_handle, module->rdma_tl->tl_index);
ep_handle          88 opal/mca/btl/uct/btl_uct_endpoint.h                                                  mca_btl_uct_device_context_t *context, uct_ep_h *ep_handle)
ep_handle          91 opal/mca/btl/uct/btl_uct_endpoint.h     return mca_btl_uct_endpoint_check (module, endpoint, context, ep_handle, module->am_tl->tl_index);
ep_handle          78 opal/mca/btl/uct/btl_uct_rdma.c     uct_ep_h ep_handle;
ep_handle          92 opal/mca/btl/uct/btl_uct_rdma.c     rc = mca_btl_uct_get_rkey (uct_btl, context, endpoint, remote_handle, &rkey, &ep_handle);
ep_handle         102 opal/mca/btl/uct/btl_uct_rdma.c         ucs_status = uct_ep_get_bcopy (ep_handle, mca_btl_uct_get_unpack, local_address, size, remote_address,
ep_handle         107 opal/mca/btl/uct/btl_uct_rdma.c         ucs_status = uct_ep_get_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp);
ep_handle         165 opal/mca/btl/uct/btl_uct_rdma.c     uct_ep_h ep_handle;
ep_handle         180 opal/mca/btl/uct/btl_uct_rdma.c     rc = mca_btl_uct_get_rkey (uct_btl, context, endpoint, remote_handle, &rkey, &ep_handle);
ep_handle         196 opal/mca/btl/uct/btl_uct_rdma.c             ucs_status = uct_ep_put_short (ep_handle, local_address, size, remote_address, rkey.rkey);
ep_handle         198 opal/mca/btl/uct/btl_uct_rdma.c             ssize_t tmp = uct_ep_put_bcopy (ep_handle, mca_btl_uct_put_pack,
ep_handle         207 opal/mca/btl/uct/btl_uct_rdma.c             ucs_status = uct_ep_put_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp);
ep_handle          48 opal/mca/btl/uct/btl_uct_rdma.h                                         uct_ep_h *ep_handle)
ep_handle          53 opal/mca/btl/uct/btl_uct_rdma.h     rc = mca_btl_uct_endpoint_check_rdma (module, endpoint, context, ep_handle);
ep_handle          56 opal/mca/btl/ugni/btl_ugni_device.h     gni_ep_handle_t ep_handle;
ep_handle          70 opal/mca/btl/ugni/btl_ugni_device.h     grc = GNI_SmsgSendWTag (args->ep_handle, args->hdr, args->hdr_len, args->payload,
ep_handle          77 opal/mca/btl/ugni/btl_ugni_device.h     gni_ep_handle_t ep_handle;
ep_handle          85 opal/mca/btl/ugni/btl_ugni_device.h     return GNI_SmsgGetNextWTag(args->ep_handle, (void **) args->data_ptr, args->tag);
ep_handle          90 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_endpoint_handle_t *ep_handle = (mca_btl_ugni_endpoint_handle_t *) arg;
ep_handle          92 opal/mca/btl/ugni/btl_ugni_device.h     return GNI_SmsgRelease (ep_handle->gni_handle);
ep_handle         462 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_smsg_send_wtag_arg_t args = {.ep_handle = endpoint->smsg_ep_handle.gni_handle,
ep_handle         470 opal/mca/btl/ugni/btl_ugni_device.h static inline int mca_btl_ugni_smsg_get_next_wtag (mca_btl_ugni_endpoint_handle_t *ep_handle, uintptr_t *data_ptr, uint8_t *tag)
ep_handle         472 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_device_t *device = ep_handle->device;
ep_handle         473 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_smsg_get_next_wtag_arg_t args = {.ep_handle = ep_handle->gni_handle, .data_ptr = data_ptr, .tag = tag};
ep_handle         478 opal/mca/btl/ugni/btl_ugni_device.h static inline int mca_btl_ugni_smsg_release (mca_btl_ugni_endpoint_handle_t *ep_handle)
ep_handle         480 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_device_t *device = ep_handle->device;
ep_handle         482 opal/mca/btl/ugni/btl_ugni_device.h     return (int) mca_btl_ugni_device_serialize (device, (mca_btl_ugni_device_serialize_fn_t) mca_btl_ugni_smsg_release_device, ep_handle);
ep_handle         375 opal/mca/btl/ugni/btl_ugni_endpoint.c                                  mca_btl_ugni_device_t *device, mca_btl_ugni_endpoint_handle_t *ep_handle)
ep_handle         379 opal/mca/btl/ugni/btl_ugni_endpoint.c     ep_handle->device = device;
ep_handle         382 opal/mca/btl/ugni/btl_ugni_endpoint.c     grc = GNI_EpCreate (device->dev_handle, cq, &ep_handle->gni_handle);
ep_handle         384 opal/mca/btl/ugni/btl_ugni_endpoint.c         grc = GNI_EpBind (ep_handle->gni_handle, ep->ep_rem_addr, ep->ep_rem_id);
ep_handle         390 opal/mca/btl/ugni/btl_ugni_endpoint.c int mca_btl_ugni_ep_handle_cleanup (mca_btl_ugni_endpoint_handle_t *ep_handle)
ep_handle         394 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (0 == ep_handle->gni_handle) {
ep_handle         399 opal/mca/btl/ugni/btl_ugni_endpoint.c     rc = GNI_EpUnbind (ep_handle->gni_handle);
ep_handle         403 opal/mca/btl/ugni/btl_ugni_endpoint.c         (void) GNI_EpDestroy (ep_handle->gni_handle);
ep_handle         406 opal/mca/btl/ugni/btl_ugni_endpoint.c     ep_handle->gni_handle = 0;
ep_handle         141 opal/mca/btl/ugni/btl_ugni_endpoint.h                                  mca_btl_ugni_device_t *device, mca_btl_ugni_endpoint_handle_t *ep_handle);
ep_handle         143 opal/mca/btl/ugni/btl_ugni_endpoint.h int mca_btl_ugni_ep_handle_cleanup (mca_btl_ugni_endpoint_handle_t *ep_handle);