tl_endpoint       129 opal/mca/btl/uct/btl_uct_endpoint.c                                                mca_btl_uct_tl_endpoint_t *tl_endpoint, uint8_t *tl_data)
tl_endpoint       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);
tl_endpoint       143 opal/mca/btl/uct/btl_uct_endpoint.c     tl_endpoint->flags = MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY;
tl_endpoint       235 opal/mca/btl/uct/btl_uct_endpoint.c                                                   mca_btl_uct_tl_endpoint_t *tl_endpoint, uint8_t *tl_data,
tl_endpoint       284 opal/mca/btl/uct/btl_uct_endpoint.c     if (NULL == tl_endpoint->uct_ep) {
tl_endpoint       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);
tl_endpoint       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);
tl_endpoint       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);
tl_endpoint       313 opal/mca/btl/uct/btl_uct_endpoint.c         uct_ep_destroy (tl_endpoint->uct_ep);
tl_endpoint       314 opal/mca/btl/uct/btl_uct_endpoint.c         tl_endpoint->uct_ep = NULL;
tl_endpoint       323 opal/mca/btl/uct/btl_uct_endpoint.c         uct_ep_destroy (tl_endpoint->uct_ep);
tl_endpoint       324 opal/mca/btl/uct/btl_uct_endpoint.c         tl_endpoint->uct_ep = NULL;
tl_endpoint       328 opal/mca/btl/uct/btl_uct_endpoint.c     return (tl_endpoint->flags & MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY) ? OPAL_SUCCESS : OPAL_ERR_OUT_OF_RESOURCE;
tl_endpoint       334 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_tl_endpoint_t *tl_endpoint = endpoint->uct_eps[context_id] + tl_index;
tl_endpoint       353 opal/mca/btl/uct/btl_uct_endpoint.c                  (void *) tl_endpoint->uct_ep, !!(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & tl_endpoint->flags)));
tl_endpoint       356 opal/mca/btl/uct/btl_uct_endpoint.c     if (MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & tl_endpoint->flags) {
tl_endpoint       363 opal/mca/btl/uct/btl_uct_endpoint.c     if (NULL != tl_endpoint->uct_ep && NULL == ep_addr) {
tl_endpoint       410 opal/mca/btl/uct/btl_uct_endpoint.c             rc = mca_btl_uct_endpoint_connect_iface (uct_btl, tl, tl_context, tl_endpoint, tl_data);
tl_endpoint       412 opal/mca/btl/uct/btl_uct_endpoint.c             rc = mca_btl_uct_endpoint_connect_endpoint (uct_btl, endpoint, tl, tl_context, tl_endpoint,
tl_endpoint       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;
tl_endpoint       207 opal/mca/btl/uct/btl_uct_tl.c     ep_flags = opal_atomic_fetch_or_32 (&tl_endpoint->flags, MCA_BTL_UCT_ENDPOINT_FLAG_CONN_REC);
tl_endpoint       228 opal/mca/btl/uct/btl_uct_tl.c                 (void) opal_atomic_or_fetch_32 (&tl_endpoint->flags, MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY);