conn_tl            83 opal/mca/btl/uct/btl_uct.h     mca_btl_uct_tl_t *conn_tl;
conn_tl           181 opal/mca/btl/uct/btl_uct_component.c     if (module->conn_tl && module->conn_tl != module->rdma_tl && module->conn_tl != module->am_tl) {
conn_tl           182 opal/mca/btl/uct/btl_uct_component.c         modex_size += mca_btl_uct_tl_modex_size (module->conn_tl);
conn_tl           252 opal/mca/btl/uct/btl_uct_component.c         if (module->conn_tl && module->conn_tl != module->rdma_tl && module->conn_tl != module->am_tl) {
conn_tl           253 opal/mca/btl/uct/btl_uct_component.c             modex_data += mca_btl_uct_tl_modex_pack (module->conn_tl, modex_data);
conn_tl           534 opal/mca/btl/uct/btl_uct_component.c         if (module->conn_tl) {
conn_tl           537 opal/mca/btl/uct/btl_uct_component.c             if (module->conn_tl != module->am_tl && module->conn_tl != module->rdma_tl) {
conn_tl           538 opal/mca/btl/uct/btl_uct_component.c                 ret += mca_btl_uct_tl_progress (module->conn_tl, 0);
conn_tl            94 opal/mca/btl/uct/btl_uct_endpoint.c     if (uct_btl->conn_tl && uct_btl->conn_tl != uct_btl->rdma_tl && uct_btl->conn_tl != uct_btl->am_tl) {
conn_tl           240 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_tl_t *conn_tl = uct_btl->conn_tl;
conn_tl           241 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_device_context_t *conn_tl_context = conn_tl->uct_dev_contexts[0];
conn_tl           248 opal/mca/btl/uct/btl_uct_endpoint.c     assert (NULL != conn_tl);
conn_tl           257 opal/mca/btl/uct/btl_uct_endpoint.c         device_addr = (uct_device_addr_t *) ((uintptr_t) conn_tl_data + MCA_BTL_UCT_TL_ATTR(conn_tl, 0).iface_addr_len);
conn_tl           289 opal/mca/btl/uct/btl_uct_module.c     if (NULL != uct_module->conn_tl) {
conn_tl           290 opal/mca/btl/uct/btl_uct_module.c         OBJ_RELEASE(uct_module->conn_tl);
conn_tl           246 opal/mca/btl/uct/btl_uct_tl.c     if (NULL == module->conn_tl) {
conn_tl           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,
conn_tl           474 opal/mca/btl/uct/btl_uct_tl.c     module->conn_tl = tl;
conn_tl           504 opal/mca/btl/uct/btl_uct_tl.c     if (NULL == module->conn_tl && mca_btl_uct_tl_supports_conn (tl)) {
conn_tl           524 opal/mca/btl/uct/btl_uct_tl.c     if (tl == module->rdma_tl || tl == module->am_tl || tl == module->conn_tl) {
conn_tl           611 opal/mca/btl/uct/btl_uct_tl.c 	    (NULL != module->conn_tl || !(mca_btl_uct_tl_requires_connection_tl (module->am_tl) ||
conn_tl           643 opal/mca/btl/uct/btl_uct_tl.c 	module->conn_tl) {
conn_tl           645 opal/mca/btl/uct/btl_uct_tl.c 	OBJ_RELEASE(module->conn_tl);
conn_tl           646 opal/mca/btl/uct/btl_uct_tl.c 	module->conn_tl = NULL;
conn_tl           647 opal/mca/btl/uct/btl_uct_tl.c     } else if (NULL == module->conn_tl) {