rdma_tl 80 opal/mca/btl/uct/btl_uct.h mca_btl_uct_tl_t *rdma_tl; rdma_tl 173 opal/mca/btl/uct/btl_uct_component.c if (module->rdma_tl) { rdma_tl 174 opal/mca/btl/uct/btl_uct_component.c modex_size += mca_btl_uct_tl_modex_size (module->rdma_tl); rdma_tl 177 opal/mca/btl/uct/btl_uct_component.c if (module->am_tl && module->am_tl != module->rdma_tl) { rdma_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) { rdma_tl 244 opal/mca/btl/uct/btl_uct_component.c if (module->rdma_tl) { rdma_tl 245 opal/mca/btl/uct/btl_uct_component.c modex_data += mca_btl_uct_tl_modex_pack (module->rdma_tl, modex_data); rdma_tl 248 opal/mca/btl/uct/btl_uct_component.c if (module->am_tl && module->am_tl != module->rdma_tl) { rdma_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) { rdma_tl 374 opal/mca/btl/uct/btl_uct_component.c if (NULL == module->am_tl && NULL == module->rdma_tl) { rdma_tl 528 opal/mca/btl/uct/btl_uct_component.c ret += mca_btl_uct_tl_progress (module->rdma_tl, starting_index); rdma_tl 530 opal/mca/btl/uct/btl_uct_component.c if (module->am_tl != module->rdma_tl) { rdma_tl 537 opal/mca/btl/uct/btl_uct_component.c if (module->conn_tl != module->am_tl && module->conn_tl != module->rdma_tl) { rdma_tl 105 opal/mca/btl/uct/btl_uct_device_context.h return mca_btl_uct_module_get_tl_context_specific (module, module->rdma_tl, mca_btl_uct_get_context_index ()); rdma_tl 110 opal/mca/btl/uct/btl_uct_device_context.h return mca_btl_uct_module_get_tl_context_specific (module, module->rdma_tl, context_id); rdma_tl 74 opal/mca/btl/uct/btl_uct_endpoint.c if (uct_btl->rdma_tl) { rdma_tl 84 opal/mca/btl/uct/btl_uct_endpoint.c if (uct_btl->am_tl && uct_btl->am_tl != uct_btl->rdma_tl) { rdma_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) { rdma_tl 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) ? rdma_tl 336 opal/mca/btl/uct/btl_uct_endpoint.c uct_btl->rdma_tl : uct_btl->am_tl; rdma_tl 401 opal/mca/btl/uct/btl_uct_endpoint.c tl_data = (tl == uct_btl->rdma_tl) ? rdma_tl_data : am_tl_data; rdma_tl 83 opal/mca/btl/uct/btl_uct_endpoint.h assert (NULL != module->rdma_tl); rdma_tl 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); rdma_tl 293 opal/mca/btl/uct/btl_uct_module.c if (NULL != uct_module->rdma_tl) { rdma_tl 294 opal/mca/btl/uct/btl_uct_module.c OBJ_RELEASE(uct_module->rdma_tl); rdma_tl 101 opal/mca/btl/uct/btl_uct_rdma.c if (size <= MCA_BTL_UCT_TL_ATTR(uct_btl->rdma_tl, context->context_id).cap.get.max_bcopy) { rdma_tl 190 opal/mca/btl/uct/btl_uct_rdma.c use_short = size <= MCA_BTL_UCT_TL_ATTR(uct_btl->rdma_tl, context->context_id).cap.put.max_short; rdma_tl 248 opal/mca/btl/uct/btl_uct_rdma.c const int tl_index = uct_btl->rdma_tl->tl_index; rdma_tl 255 opal/mca/btl/uct/btl_uct_rdma.c mca_btl_uct_device_context_t *context = uct_btl->rdma_tl->uct_dev_contexts[i]; rdma_tl 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]; rdma_tl 435 opal/mca/btl/uct/btl_uct_tl.c module->rdma_tl = tl; rdma_tl 449 opal/mca/btl/uct/btl_uct_tl.c if (module->rdma_tl == tl) { rdma_tl 458 opal/mca/btl/uct/btl_uct_tl.c tl->tl_index = (module->rdma_tl && tl != module->rdma_tl) ? 1 : 0; rdma_tl 496 opal/mca/btl/uct/btl_uct_tl.c if (NULL == module->rdma_tl && mca_btl_uct_tl_supports_rdma (tl)) { rdma_tl 511 opal/mca/btl/uct/btl_uct_tl.c if (tl == module->rdma_tl || tl == module->am_tl) { rdma_tl 524 opal/mca/btl/uct/btl_uct_tl.c if (tl == module->rdma_tl || tl == module->am_tl || tl == module->conn_tl) { rdma_tl 610 opal/mca/btl/uct/btl_uct_tl.c if (NULL != module->am_tl && NULL != module->rdma_tl && rdma_tl 612 opal/mca/btl/uct/btl_uct_tl.c mca_btl_uct_tl_requires_connection_tl (module->rdma_tl)))) { rdma_tl 618 opal/mca/btl/uct/btl_uct_tl.c if (NULL == module->rdma_tl) { rdma_tl 642 opal/mca/btl/uct/btl_uct_tl.c !(NULL != module->rdma_tl && mca_btl_uct_tl_requires_connection_tl (module->rdma_tl)) &&