uct_dev_contexts  190 opal/mca/btl/uct/btl_uct_component.c     mca_btl_uct_device_context_t *dev_context = tl->uct_dev_contexts[0];
uct_dev_contexts  479 opal/mca/btl/uct/btl_uct_component.c         if (tl->uct_dev_contexts[j]) {
uct_dev_contexts  480 opal/mca/btl/uct/btl_uct_component.c             ret += mca_btl_uct_context_progress (tl->uct_dev_contexts[j]);
uct_dev_contexts   89 opal/mca/btl/uct/btl_uct_device_context.h     mca_btl_uct_device_context_t *context = tl->uct_dev_contexts[context_id];
uct_dev_contexts   93 opal/mca/btl/uct/btl_uct_device_context.h         context = tl->uct_dev_contexts[context_id];
uct_dev_contexts   95 opal/mca/btl/uct/btl_uct_device_context.h             context = tl->uct_dev_contexts[context_id] = mca_btl_uct_context_create (module, tl, context_id, true);
uct_dev_contexts  241 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_device_context_t *conn_tl_context = conn_tl->uct_dev_contexts[0];
uct_dev_contexts  255 opal/mca/btl/uct/btl_uct_rdma.c         mca_btl_uct_device_context_t *context = uct_btl->rdma_tl->uct_dev_contexts[i];
uct_dev_contexts  285 opal/mca/btl/uct/btl_uct_rdma.c     mca_btl_uct_device_context_t *context = uct_btl->rdma_tl->uct_dev_contexts[context_id];
uct_dev_contexts  151 opal/mca/btl/uct/btl_uct_tl.c         if (NULL != tl->uct_dev_contexts[context_id]) {
uct_dev_contexts  152 opal/mca/btl/uct/btl_uct_tl.c             mca_btl_uct_context_destroy (tl->uct_dev_contexts[context_id]);
uct_dev_contexts  160 opal/mca/btl/uct/btl_uct_tl.c     free (tl->uct_dev_contexts);
uct_dev_contexts  250 opal/mca/btl/uct/btl_uct_tl.c     ucs_status = uct_iface_set_am_handler (module->conn_tl->uct_dev_contexts[0]->uct_iface, MCA_BTL_UCT_CONNECT_RDMA,
uct_dev_contexts  392 opal/mca/btl/uct/btl_uct_tl.c     tl->uct_dev_contexts = calloc (MCA_BTL_UCT_MAX_WORKERS, sizeof (tl->uct_dev_contexts[0]));
uct_dev_contexts  393 opal/mca/btl/uct/btl_uct_tl.c     if (NULL == tl->uct_dev_contexts) {
uct_dev_contexts  401 opal/mca/btl/uct/btl_uct_tl.c     tl->uct_dev_contexts[0] = mca_btl_uct_context_create (module, tl, 0, false);
uct_dev_contexts  402 opal/mca/btl/uct/btl_uct_tl.c     if (NULL == tl->uct_dev_contexts[0]) {
uct_dev_contexts  455 opal/mca/btl/uct/btl_uct_tl.c     uct_iface_set_am_handler (tl->uct_dev_contexts[0]->uct_iface, MCA_BTL_UCT_FRAG,
uct_dev_contexts  456 opal/mca/btl/uct/btl_uct_tl.c                               mca_btl_uct_am_handler, tl->uct_dev_contexts[0], UCT_CB_FLAG_ASYNC);
uct_dev_contexts  526 opal/mca/btl/uct/btl_uct_tl.c         mca_btl_uct_context_enable_progress (tl->uct_dev_contexts[0]);
uct_dev_contexts  323 opal/mca/btl/uct/btl_uct_types.h     mca_btl_uct_device_context_t **uct_dev_contexts;
uct_dev_contexts  333 opal/mca/btl/uct/btl_uct_types.h #define MCA_BTL_UCT_TL_ATTR(tl, context_id) (tl)->uct_dev_contexts[(context_id)]->uct_iface_attr