btl_flags 266 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c mca_btl_tcp2_module.super.btl_flags = MCA_BTL_FLAGS_PUT | btl_flags 60 ompi/mca/bml/bml.h uint32_t btl_flags; /**< support for put/get? */ btl_flags 201 ompi/mca/bml/r2/bml_r2.c int btl_flags = btl->btl_flags; btl_flags 207 ompi/mca/bml/r2/bml_r2.c if ((btl_flags & MCA_BTL_FLAGS_PUT) && (NULL == btl->btl_put)) { btl_flags 212 ompi/mca/bml/r2/bml_r2.c btl_flags ^= MCA_BTL_FLAGS_PUT; btl_flags 214 ompi/mca/bml/r2/bml_r2.c if ((btl_flags & MCA_BTL_FLAGS_GET) && (NULL == btl->btl_get)) { btl_flags 218 ompi/mca/bml/r2/bml_r2.c btl_flags ^= MCA_BTL_FLAGS_GET; btl_flags 221 ompi/mca/bml/r2/bml_r2.c if ((btl_flags & (MCA_BTL_FLAGS_PUT | MCA_BTL_FLAGS_GET | MCA_BTL_FLAGS_SEND)) == 0) { btl_flags 226 ompi/mca/bml/r2/bml_r2.c btl_flags |= MCA_BTL_FLAGS_SEND; btl_flags 229 ompi/mca/bml/r2/bml_r2.c if (btl_flags & MCA_BTL_FLAGS_SEND) { btl_flags 249 ompi/mca/bml/r2/bml_r2.c bml_btl->btl_flags = btl_flags; btl_flags 254 ompi/mca/bml/r2/bml_r2.c bml_endpoint->btl_flags_or |= bml_btl->btl_flags; btl_flags 271 ompi/mca/bml/r2/bml_r2.c if (((btl_in_use && (btl_flags & MCA_BTL_FLAGS_RDMA)) || btl_flags 272 ompi/mca/bml/r2/bml_r2.c (btl_flags & (MCA_BTL_FLAGS_RDMA | MCA_BTL_FLAGS_ATOMIC_FOPS)) == (MCA_BTL_FLAGS_RDMA | MCA_BTL_FLAGS_ATOMIC_FOPS)) && btl_flags 274 ompi/mca/bml/r2/bml_r2.c (0 == (btl->btl_flags & MCA_BTL_FLAGS_HETEROGENEOUS_RDMA)))) { btl_flags 280 ompi/mca/bml/r2/bml_r2.c bml_btl_rdma->btl_flags = btl_flags; btl_flags 633 ompi/mca/osc/rdma/osc_rdma_accumulate.c if (!(module->selected_btl->btl_flags & MCA_BTL_FLAGS_ATOMIC_OPS)) { btl_flags 545 ompi/mca/osc/rdma/osc_rdma_component.c module->use_cpu_atomics = local_size == global_size || (module->selected_btl->btl_flags & MCA_BTL_ATOMIC_SUPPORTS_GLOB); btl_flags 805 ompi/mca/osc/rdma/osc_rdma_component.c if ((item->btl_module->btl_flags & (MCA_BTL_FLAGS_RDMA)) == MCA_BTL_FLAGS_RDMA && btl_flags 806 ompi/mca/osc/rdma/osc_rdma_component.c (item->btl_module->btl_flags & (MCA_BTL_FLAGS_ATOMIC_FOPS | MCA_BTL_FLAGS_ATOMIC_OPS))) { btl_flags 870 ompi/mca/osc/rdma/osc_rdma_component.c if ((endpoint->btl_rdma.bml_btls[i_btl].btl->btl_flags & (MCA_BTL_FLAGS_RDMA | MCA_BTL_FLAGS_ATOMIC_FOPS)) == btl_flags 123 ompi/mca/osc/rdma/osc_rdma_lock.h if (!(module->selected_btl->btl_flags & MCA_BTL_FLAGS_ATOMIC_OPS)) { btl_flags 353 ompi/mca/pml/ob1/pml_ob1.c if ((MCA_BTL_FLAGS_SEND & sm->btl_module->btl_flags) && sm->btl_module->btl_eager_limit < sizeof(mca_pml_ob1_hdr_t)) { btl_flags 304 ompi/mca/pml/ob1/pml_ob1_component.c if (btl->btl_flags & MCA_BTL_FLAGS_BTL_PROGRESS_THREAD_ENABLED) { btl_flags 308 ompi/mca/pml/ob1/pml_ob1_component.c if (btl->btl_flags & MCA_BTL_FLAGS_SINGLE_ADD_PROCS) { btl_flags 85 ompi/mca/pml/ob1/pml_ob1_cuda.c if (bml_btl->btl_flags & MCA_BTL_FLAGS_CUDA_PUT) { btl_flags 124 ompi/mca/pml/ob1/pml_ob1_cuda.c if (bml_btl->btl_flags & MCA_BTL_FLAGS_CUDA_GET) { btl_flags 171 ompi/mca/pml/ob1/pml_ob1_cuda.c (bml_btl->btl_flags & MCA_BTL_FLAGS_CUDA_GET)) { btl_flags 206 ompi/mca/pml/ob1/pml_ob1_cuda.c ep->btl_send.bml_btls[i].btl_flags |= MCA_BTL_FLAGS_CUDA_GET; btl_flags 83 ompi/mca/pml/ob1/pml_ob1_rdma.c if (!opal_leave_pinned && (btl->btl_flags & MCA_BTL_FLAGS_PUT) && btl_flags 610 ompi/mca/pml/ob1/pml_ob1_recvfrag.c (btl->btl_flags & MCA_BTL_FLAGS_CUDA_COPY_ASYNC_SEND)) { btl_flags 644 ompi/mca/pml/ob1/pml_ob1_recvfrag.c assert(btl->btl_flags & MCA_BTL_FLAGS_CUDA_COPY_ASYNC_RECV); btl_flags 696 ompi/mca/pml/ob1/pml_ob1_recvreq.c if (bml_btl->btl_flags & MCA_BTL_FLAGS_CUDA_GET) { btl_flags 865 ompi/mca/pml/ob1/pml_ob1_recvreq.c (btl->btl_flags & MCA_BTL_FLAGS_CUDA_COPY_ASYNC_RECV)) { btl_flags 685 ompi/mca/pml/ob1/pml_ob1_sendreq.c if (!(bml_btl->btl_flags & (MCA_BTL_FLAGS_GET | MCA_BTL_FLAGS_CUDA_GET))) { btl_flags 400 ompi/mca/pml/ob1/pml_ob1_sendreq.h if (size != 0 && bml_btl->btl_flags & MCA_BTL_FLAGS_SEND_INPLACE) { btl_flags 52 opal/mca/btl/base/btl_base_mca.c MCA_BASE_VAR_SCOPE_READONLY, &module->btl_flags); btl_flags 70 opal/mca/btl/base/btl_base_mca.c if ((module->btl_flags & MCA_BTL_FLAGS_GET) && module->btl_get) { btl_flags 86 opal/mca/btl/base/btl_base_mca.c if ((module->btl_flags & MCA_BTL_FLAGS_PUT) && module->btl_put) { btl_flags 104 opal/mca/btl/base/btl_base_mca.c if (!(MCA_BTL_FLAGS_CUDA_GET & module->btl_flags)) { btl_flags 178 opal/mca/btl/base/btl_base_mca.c module->btl_flags &= ~MCA_BTL_FLAGS_PUT; btl_flags 182 opal/mca/btl/base/btl_base_mca.c module->btl_flags &= ~MCA_BTL_FLAGS_GET; btl_flags 186 opal/mca/btl/base/btl_base_mca.c module->btl_flags &= ~MCA_BTL_FLAGS_RDMA_FLUSH; btl_flags 190 opal/mca/btl/base/btl_base_mca.c module->btl_flags &= ~MCA_BTL_FLAGS_ATOMIC_OPS; btl_flags 1201 opal/mca/btl/btl.h uint32_t btl_flags; /**< flags (put/get...) */ btl_flags 389 opal/mca/btl/ofi/btl_ofi_module.c module->super.btl_flags |= MCA_BTL_FLAGS_ATOMIC_FOPS | btl_flags 416 opal/mca/btl/ofi/btl_ofi_module.c module->super.btl_flags |= MCA_BTL_FLAGS_SEND; btl_flags 236 opal/mca/btl/portals4/btl_portals4_component.c mca_btl_portals4_module.super.btl_flags = btl_flags 277 opal/mca/btl/portals4/btl_portals4_component.c mca_btl_portals4_module.super.btl_flags |= MCA_BTL_FLAGS_SINGLE_ADD_PROCS; btl_flags 107 opal/mca/btl/self/btl_self_component.c mca_btl_self.btl_flags = MCA_BTL_FLAGS_RDMA | MCA_BTL_FLAGS_SEND_INPLACE | MCA_BTL_FLAGS_SEND; btl_flags 195 opal/mca/btl/smcuda/btl_smcuda_component.c mca_btl_smcuda.super.btl_flags = MCA_BTL_FLAGS_SEND; btl_flags 330 opal/mca/btl/tcp/btl_tcp_component.c mca_btl_tcp_module.super.btl_flags = MCA_BTL_FLAGS_PUT | btl_flags 1306 opal/mca/btl/tcp/btl_tcp_component.c mca_btl_tcp_component.tcp_btls[i]->super.btl_flags |= MCA_BTL_FLAGS_BTL_PROGRESS_THREAD_ENABLED; btl_flags 1324 opal/mca/btl/tcp/btl_tcp_component.c mca_btl_tcp_component.tcp_btls[i]->super.btl_flags |= MCA_BTL_FLAGS_SINGLE_ADD_PROCS; btl_flags 117 opal/mca/btl/template/btl_template_component.c mca_btl_template_module.super.btl_flags = MCA_BTL_FLAGS_PUT; btl_flags 332 opal/mca/btl/uct/btl_uct_module.c .btl_flags = MCA_BTL_FLAGS_RDMA | MCA_BTL_FLAGS_ATOMIC_FOPS | MCA_BTL_FLAGS_ATOMIC_OPS, btl_flags 96 opal/mca/btl/uct/btl_uct_tl.c module->super.btl_flags |= MCA_BTL_FLAGS_ATOMIC_FOPS | MCA_BTL_FLAGS_ATOMIC_OPS; btl_flags 134 opal/mca/btl/uct/btl_uct_tl.c module->super.btl_flags |= MCA_BTL_FLAGS_ATOMIC_FOPS | MCA_BTL_FLAGS_ATOMIC_OPS; btl_flags 513 opal/mca/btl/uct/btl_uct_tl.c module->super.btl_flags |= mca_btl_uct_module_flags (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags); btl_flags 622 opal/mca/btl/uct/btl_uct_tl.c module->super.btl_flags &= ~MCA_BTL_FLAGS_RDMA; btl_flags 421 opal/mca/btl/ugni/btl_ugni_component.c mca_btl_ugni_module.super.btl_flags = MCA_BTL_FLAGS_SEND | btl_flags 188 opal/mca/btl/ugni/btl_ugni_prepare.h send_in_place = (btl->btl_flags & MCA_BTL_FLAGS_SEND_INPLACE) && !(opal_convertor_need_buffers(convertor) || btl_flags 2555 opal/mca/btl/usnic/btl_usnic_module.c .btl_flags = btl_flags 253 opal/mca/btl/vader/btl_vader_component.c mca_btl_vader.super.btl_flags = MCA_BTL_FLAGS_SEND_INPLACE | MCA_BTL_FLAGS_SEND | MCA_BTL_FLAGS_RDMA | btl_flags 272 opal/mca/btl/vader/btl_vader_component.c mca_btl_vader.super.btl_flags = MCA_BTL_FLAGS_SEND_INPLACE | MCA_BTL_FLAGS_SEND | MCA_BTL_FLAGS_RDMA; btl_flags 477 opal/mca/btl/vader/btl_vader_component.c mca_btl_vader.super.btl_flags &= ~MCA_BTL_FLAGS_RDMA;