uct_iface         206 opal/mca/btl/uct/btl_uct_component.c         uct_iface_get_address (dev_context->uct_iface, (uct_iface_addr_t *) modex_data);
uct_iface         210 opal/mca/btl/uct/btl_uct_component.c     uct_iface_get_device_address (dev_context->uct_iface, (uct_device_addr_t *) modex_data);
uct_iface         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_iface         266 opal/mca/btl/uct/btl_uct_endpoint.c                 ucs_status = mca_btl_uct_ep_create_connected_compat (conn_tl_context->uct_iface, device_addr, iface_addr,
uct_iface         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_iface         270 opal/mca/btl/uct/btl_uct_rdma.c                 ucs_status = uct_iface_flush (context->uct_iface, 0, NULL);
uct_iface         300 opal/mca/btl/uct/btl_uct_rdma.c         ucs_status = uct_iface_flush (context->uct_iface, 0, NULL);
uct_iface         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_iface         263 opal/mca/btl/uct/btl_uct_tl.c         uct_iface_progress_enable (context->uct_iface, UCT_PROGRESS_THREAD_SAFE | UCT_PROGRESS_SEND |
uct_iface         266 opal/mca/btl/uct/btl_uct_tl.c         uct_iface_progress_enable (context->uct_iface, UCT_PROGRESS_SEND | UCT_PROGRESS_RECV);
uct_iface         322 opal/mca/btl/uct/btl_uct_tl.c                                  tl->uct_tl_config, &context->uct_iface);
uct_iface         330 opal/mca/btl/uct/btl_uct_tl.c     ucs_status = uct_iface_query (context->uct_iface, &context->uct_iface_attr);
uct_iface         339 opal/mca/btl/uct/btl_uct_tl.c       uct_iface_set_am_handler (context->uct_iface, MCA_BTL_UCT_FRAG, mca_btl_uct_am_handler,
uct_iface         353 opal/mca/btl/uct/btl_uct_tl.c     if (context->uct_iface) {
uct_iface         354 opal/mca/btl/uct/btl_uct_tl.c         uct_iface_close (context->uct_iface);
uct_iface         355 opal/mca/btl/uct/btl_uct_tl.c         context->uct_iface = NULL;
uct_iface         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_iface         145 opal/mca/btl/uct/btl_uct_types.h     uct_iface_h uct_iface;