uct_ep             32 opal/mca/btl/uct/btl_uct_endpoint.c             if (NULL != endpoint->uct_eps[i][tl_index].uct_ep) {
uct_ep             33 opal/mca/btl/uct/btl_uct_endpoint.c                 uct_ep_destroy (endpoint->uct_eps[i][tl_index].uct_ep);
uct_ep            106 opal/mca/btl/uct/btl_uct_endpoint.c                                                                    uct_iface_addr_t *iface_addr, uct_ep_h *uct_ep)
uct_ep            111 opal/mca/btl/uct/btl_uct_endpoint.c     return uct_ep_create (&ep_params, uct_ep);
uct_ep            113 opal/mca/btl/uct/btl_uct_endpoint.c     return uct_ep_create_connected (iface, device_addr, iface_addr, uct_ep);
uct_ep            117 opal/mca/btl/uct/btl_uct_endpoint.c static inline ucs_status_t mca_btl_uct_ep_create_compat (uct_iface_h iface, uct_ep_h *uct_ep)
uct_ep            121 opal/mca/btl/uct/btl_uct_endpoint.c     return uct_ep_create (&ep_params, uct_ep);
uct_ep            123 opal/mca/btl/uct/btl_uct_endpoint.c     return uct_ep_create (iface, uct_ep);
uct_ep            142 opal/mca/btl/uct/btl_uct_endpoint.c     ucs_status = mca_btl_uct_ep_create_connected_compat (tl_context->uct_iface, device_addr, iface_addr, &tl_endpoint->uct_ep);
uct_ep            151 opal/mca/btl/uct/btl_uct_endpoint.c     ep->uct_ep = NULL;
uct_ep            156 opal/mca/btl/uct/btl_uct_endpoint.c     if (ep->uct_ep) {
uct_ep            157 opal/mca/btl/uct/btl_uct_endpoint.c         uct_ep_destroy (ep->uct_ep);
uct_ep            158 opal/mca/btl/uct/btl_uct_endpoint.c         ep->uct_ep = NULL;
uct_ep            197 opal/mca/btl/uct/btl_uct_endpoint.c                 ucs_status = uct_ep_am_short (conn_ep->uct_ep, MCA_BTL_UCT_CONNECT_RDMA, request->type, request,
uct_ep            213 opal/mca/btl/uct/btl_uct_endpoint.c     ucs_status = uct_ep_flush (conn_ep->uct_ep, 0, &completion.super);
uct_ep            217 opal/mca/btl/uct/btl_uct_endpoint.c             ucs_status = uct_ep_flush (conn_ep->uct_ep, 0, NULL);
uct_ep            267 opal/mca/btl/uct/btl_uct_endpoint.c                                                                      &conn_ep->uct_ep);
uct_ep            284 opal/mca/btl/uct/btl_uct_endpoint.c     if (NULL == tl_endpoint->uct_ep) {
uct_ep            289 opal/mca/btl/uct/btl_uct_endpoint.c                 ucs_status = mca_btl_uct_ep_create_compat (tl_context->uct_iface, &tl_endpoint->uct_ep);
uct_ep            302 opal/mca/btl/uct/btl_uct_endpoint.c         ucs_status = uct_ep_connect_to_ep (tl_endpoint->uct_ep, (uct_device_addr_t *) tl_data, ep_addr);
uct_ep            309 opal/mca/btl/uct/btl_uct_endpoint.c     ucs_status = uct_ep_get_address (tl_endpoint->uct_ep, (uct_ep_addr_t *) request->ep_addr);
uct_ep            313 opal/mca/btl/uct/btl_uct_endpoint.c         uct_ep_destroy (tl_endpoint->uct_ep);
uct_ep            314 opal/mca/btl/uct/btl_uct_endpoint.c         tl_endpoint->uct_ep = NULL;
uct_ep            323 opal/mca/btl/uct/btl_uct_endpoint.c         uct_ep_destroy (tl_endpoint->uct_ep);
uct_ep            324 opal/mca/btl/uct/btl_uct_endpoint.c         tl_endpoint->uct_ep = NULL;
uct_ep            353 opal/mca/btl/uct/btl_uct_endpoint.c                  (void *) tl_endpoint->uct_ep, !!(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & tl_endpoint->flags)));
uct_ep            363 opal/mca/btl/uct/btl_uct_endpoint.c     if (NULL != tl_endpoint->uct_ep && NULL == ep_addr) {
uct_ep             41 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
uct_ep             69 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
uct_ep             74 opal/mca/btl/uct/btl_uct_endpoint.h     *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
uct_ep            267 opal/mca/btl/uct/btl_uct_rdma.c             if (NULL != endpoint && endpoint->uct_eps[context->context_id][tl_index].uct_ep) {
uct_ep            268 opal/mca/btl/uct/btl_uct_rdma.c                 ucs_status = uct_ep_flush (endpoint->uct_eps[context->context_id][tl_index].uct_ep, 0, NULL);
uct_ep            103 opal/mca/btl/uct/btl_uct_types.h     uct_ep_h uct_ep;
uct_ep            116 opal/mca/btl/uct/btl_uct_types.h     uct_ep_h uct_ep;