uct_eps            23 opal/mca/btl/uct/btl_uct_endpoint.c     memset (endpoint->uct_eps, 0, sizeof (endpoint->uct_eps[0]) * mca_btl_uct_component.num_contexts_per_module);
uct_eps            32 opal/mca/btl/uct/btl_uct_endpoint.c             if (NULL != endpoint->uct_eps[i][tl_index].uct_ep) {
uct_eps            33 opal/mca/btl/uct/btl_uct_endpoint.c                 uct_ep_destroy (endpoint->uct_eps[i][tl_index].uct_ep);
uct_eps            47 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_endpoint_t *endpoint = calloc (1, sizeof (*endpoint) + sizeof (endpoint->uct_eps[0]) *
uct_eps           334 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_tl_endpoint_t *tl_endpoint = endpoint->uct_eps[context_id] + tl_index;
uct_eps            40 opal/mca/btl/uct/btl_uct_endpoint.h     if (OPAL_LIKELY(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags)) {
uct_eps            41 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
uct_eps            68 opal/mca/btl/uct/btl_uct_endpoint.h     if (OPAL_LIKELY(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags)) {
uct_eps            69 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
uct_eps            74 opal/mca/btl/uct/btl_uct_endpoint.h     *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
uct_eps            76 opal/mca/btl/uct/btl_uct_endpoint.h                  MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags));
uct_eps           267 opal/mca/btl/uct/btl_uct_rdma.c             if (NULL != endpoint && endpoint->uct_eps[context->context_id][tl_index].uct_ep) {
uct_eps           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_eps           193 opal/mca/btl/uct/btl_uct_tl.c     mca_btl_uct_tl_endpoint_t *tl_endpoint = endpoint->uct_eps[req->context_id] + req->tl_index;
uct_eps           287 opal/mca/btl/uct/btl_uct_types.h     mca_btl_uct_tl_endpoint_t uct_eps[][2];