tl_index           30 opal/mca/btl/uct/btl_uct_endpoint.c     for (int tl_index = 0 ; tl_index < 2 ; ++tl_index) {
tl_index           32 opal/mca/btl/uct/btl_uct_endpoint.c             if (NULL != endpoint->uct_eps[i][tl_index].uct_ep) {
tl_index           33 opal/mca/btl/uct/btl_uct_endpoint.c                 uct_ep_destroy (endpoint->uct_eps[i][tl_index].uct_ep);
tl_index          281 opal/mca/btl/uct/btl_uct_endpoint.c     request->tl_index = tl->tl_index;
tl_index          332 opal/mca/btl/uct/btl_uct_endpoint.c                                   void *ep_addr, int tl_index)
tl_index          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_index          335 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_tl_t *tl = (uct_btl->rdma_tl && tl_index == uct_btl->rdma_tl->tl_index) ?
tl_index          346 opal/mca/btl/uct/btl_uct_endpoint.c     assert (tl_index < 2);
tl_index           32 opal/mca/btl/uct/btl_uct_endpoint.h int mca_btl_uct_endpoint_connect (mca_btl_uct_module_t *module, mca_btl_uct_endpoint_t *endpoint, int ep_index, void *ep_addr, int tl_index);
tl_index           37 opal/mca/btl/uct/btl_uct_endpoint.h     int tl_index = module->am_tl->tl_index;
tl_index           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)) {
tl_index           41 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
tl_index           63 opal/mca/btl/uct/btl_uct_endpoint.h                                               const int tl_index)
tl_index           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)) {
tl_index           69 opal/mca/btl/uct/btl_uct_endpoint.h         *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
tl_index           73 opal/mca/btl/uct/btl_uct_endpoint.h     rc = mca_btl_uct_endpoint_connect (module, endpoint, ep_index, NULL, tl_index);
tl_index           74 opal/mca/btl/uct/btl_uct_endpoint.h     *ep_handle = endpoint->uct_eps[ep_index][tl_index].uct_ep;
tl_index           76 opal/mca/btl/uct/btl_uct_endpoint.h                  MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags));
tl_index           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);
tl_index           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);
tl_index          248 opal/mca/btl/uct/btl_uct_rdma.c     const int tl_index = uct_btl->rdma_tl->tl_index;
tl_index          267 opal/mca/btl/uct/btl_uct_rdma.c             if (NULL != endpoint && endpoint->uct_eps[context->context_id][tl_index].uct_ep) {
tl_index          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);
tl_index          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_index          211 opal/mca/btl/uct/btl_uct_tl.c         rc = mca_btl_uct_endpoint_connect (module, endpoint, req->context_id, req->ep_addr, req->tl_index);
tl_index          438 opal/mca/btl/uct/btl_uct_tl.c     tl->tl_index = (module->am_tl && tl != module->am_tl) ? 1 : 0;
tl_index          439 opal/mca/btl/uct/btl_uct_tl.c     module->comm_tls[tl->tl_index] = tl;
tl_index          458 opal/mca/btl/uct/btl_uct_tl.c     tl->tl_index = (module->rdma_tl && tl != module->rdma_tl) ? 1 : 0;
tl_index          459 opal/mca/btl/uct/btl_uct_tl.c     module->comm_tls[tl->tl_index] = tl;
tl_index           87 opal/mca/btl/uct/btl_uct_types.h     int tl_index;
tl_index          327 opal/mca/btl/uct/btl_uct_types.h     int tl_index;