mca_btl_ofi_component 60 opal/mca/btl/ofi/btl_ofi.h #define TWO_SIDED_ENABLED mca_btl_ofi_component.two_sided_enabled mca_btl_ofi_component 166 opal/mca/btl/ofi/btl_ofi.h OPAL_MODULE_DECLSPEC extern mca_btl_ofi_component_t mca_btl_ofi_component; mca_btl_ofi_component 103 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.mode = MCA_BTL_OFI_MODE_ONE_SIDED; mca_btl_ofi_component 104 opal/mca/btl/ofi/btl_ofi_component.c (void)mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 110 opal/mca/btl/ofi/btl_ofi_component.c &mca_btl_ofi_component.mode); mca_btl_ofi_component 116 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 127 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.num_cqe_read = MCA_BTL_OFI_NUM_CQE_READ; mca_btl_ofi_component 128 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 134 opal/mca/btl/ofi/btl_ofi_component.c &mca_btl_ofi_component.num_cqe_read); mca_btl_ofi_component 137 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 146 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.num_contexts_per_module = 1; mca_btl_ofi_component 147 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 155 opal/mca/btl/ofi/btl_ofi_component.c &mca_btl_ofi_component.num_contexts_per_module); mca_btl_ofi_component 158 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 166 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.progress_threshold = MCA_BTL_OFI_DEFAULT_PROGRESS_THRESHOLD; mca_btl_ofi_component 167 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 175 opal/mca/btl/ofi/btl_ofi_component.c &mca_btl_ofi_component.progress_threshold); mca_btl_ofi_component 177 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.rd_num = MCA_BTL_OFI_DEFAULT_RD_NUM; mca_btl_ofi_component 178 opal/mca/btl/ofi/btl_ofi_component.c (void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 184 opal/mca/btl/ofi/btl_ofi_component.c &mca_btl_ofi_component.rd_num); mca_btl_ofi_component 190 opal/mca/btl/ofi/btl_ofi_component.c return mca_btl_base_param_register (&mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 196 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.module_count = 0; mca_btl_ofi_component 252 opal/mca/btl/ofi/btl_ofi_component.c switch (mca_btl_ofi_component.mode) { mca_btl_ofi_component 255 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.two_sided_enabled = true; mca_btl_ofi_component 260 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.two_sided_enabled = true; mca_btl_ofi_component 311 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.module_count = 0; mca_btl_ofi_component 346 opal/mca/btl/ofi/btl_ofi_component.c base_modules = calloc (mca_btl_ofi_component.module_count, sizeof (*base_modules)); mca_btl_ofi_component 351 opal/mca/btl/ofi/btl_ofi_component.c memcpy(base_modules, mca_btl_ofi_component.modules, mca_btl_ofi_component 352 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.module_count *sizeof (mca_btl_ofi_component.modules[0])); mca_btl_ofi_component 355 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.module_count)); mca_btl_ofi_component 357 opal/mca/btl/ofi/btl_ofi_component.c *num_btl_modules = mca_btl_ofi_component.module_count; mca_btl_ofi_component 365 opal/mca/btl/ofi/btl_ofi_component.c int *module_count = &mca_btl_ofi_component.module_count; mca_btl_ofi_component 383 opal/mca/btl/ofi/btl_ofi_component.c module = mca_btl_ofi_module_alloc(mca_btl_ofi_component.mode); mca_btl_ofi_component 434 opal/mca/btl/ofi/btl_ofi_component.c num_contexts_to_create = mca_btl_ofi_component.num_contexts_per_module; mca_btl_ofi_component 561 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.rd_num); mca_btl_ofi_component 571 opal/mca/btl/ofi/btl_ofi_component.c &mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 574 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.namelen = namelen; mca_btl_ofi_component 577 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component.modules[(*module_count)++] = module; mca_btl_ofi_component 622 opal/mca/btl/ofi/btl_ofi_component.c for (int i = 0 ; i < mca_btl_ofi_component.module_count ; ++i) { mca_btl_ofi_component 623 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_module_t *module = mca_btl_ofi_component.modules[i]; mca_btl_ofi_component 657 opal/mca/btl/ofi/btl_ofi_component.c mca_btl_ofi_component_t mca_btl_ofi_component = { mca_btl_ofi_component 383 opal/mca/btl/ofi/btl_ofi_context.c ret = fi_cq_read(context->cq, &cq_entry, mca_btl_ofi_component.num_cqe_read); mca_btl_ofi_component 25 opal/mca/btl/ofi/btl_ofi_frag.h if (module->outstanding_send > mca_btl_ofi_component.progress_threshold) { \ mca_btl_ofi_component 26 opal/mca/btl/ofi/btl_ofi_frag.h mca_btl_ofi_component.super.btl_progress(); \ mca_btl_ofi_component 46 opal/mca/btl/ofi/btl_ofi_module.c size_t namelen = mca_btl_ofi_component.namelen; mca_btl_ofi_component 77 opal/mca/btl/ofi/btl_ofi_module.c OPAL_MODEX_RECV(rc, &mca_btl_ofi_component.super.btl_version, mca_btl_ofi_component 436 opal/mca/btl/ofi/btl_ofi_module.c .btl_component = &mca_btl_ofi_component.super, mca_btl_ofi_component 155 opal/mca/btl/ofi/btl_ofi_rdma.c (void) mca_btl_ofi_component.super.btl_progress(); mca_btl_ofi_component 34 opal/mca/btl/ofi/btl_ofi_rdma.h if (module->outstanding_rdma > mca_btl_ofi_component.progress_threshold){ \ mca_btl_ofi_component 35 opal/mca/btl/ofi/btl_ofi_rdma.h mca_btl_ofi_component.super.btl_progress(); \