btl_bandwidth     516 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c                      btl->super.btl_latency, btl->super.btl_bandwidth);
btl_bandwidth     271 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     mca_btl_tcp2_module.super.btl_bandwidth = 100;
btl_bandwidth     370 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         btl->super.btl_bandwidth = mca_btl_tcp2_param_register_int(param, NULL, btl->super.btl_bandwidth);
btl_bandwidth     376 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c             btl->super.btl_bandwidth >>= 1;
btl_bandwidth     382 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         btl->super.btl_bandwidth = mca_btl_tcp2_param_register_int(param, NULL, btl->super.btl_bandwidth);
btl_bandwidth     389 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c                     btl->super.btl_bandwidth, btl->super.btl_latency));
btl_bandwidth     128 ompi/mca/bml/r2/bml_r2.c     return b2->btl->btl_bandwidth - b1->btl->btl_bandwidth;
btl_bandwidth     141 ompi/mca/bml/r2/bml_r2.c         *total_bandwidth += btl->btl_bandwidth;
btl_bandwidth     330 ompi/mca/bml/r2/bml_r2.c         if(btl->btl_bandwidth > 0) {
btl_bandwidth     331 ompi/mca/bml/r2/bml_r2.c             bml_btl->btl_weight = (float)(btl->btl_bandwidth / total_bandwidth);
btl_bandwidth     362 ompi/mca/bml/r2/bml_r2.c         if (bml_btl->btl->btl_bandwidth > 0.0) {
btl_bandwidth     363 ompi/mca/bml/r2/bml_r2.c             bml_btl->btl_weight = (float)(bml_btl->btl->btl_bandwidth / total_bandwidth);
btl_bandwidth     715 ompi/mca/bml/r2/bml_r2.c             total_bandwidth += ep_btl->btl_bandwidth;
btl_bandwidth     726 ompi/mca/bml/r2/bml_r2.c             if(ep_btl->btl_bandwidth > 0) {
btl_bandwidth     727 ompi/mca/bml/r2/bml_r2.c                 bml_btl->btl_weight = (float)(ep_btl->btl_bandwidth / total_bandwidth);
btl_bandwidth     746 ompi/mca/bml/r2/bml_r2.c             total_bandwidth += ep_btl->btl_bandwidth;
btl_bandwidth     760 ompi/mca/bml/r2/bml_r2.c             if(ep_btl->btl_bandwidth > 0) {
btl_bandwidth     761 ompi/mca/bml/r2/bml_r2.c                 bml_btl->btl_weight = (float)(ep_btl->btl_bandwidth / total_bandwidth);
btl_bandwidth     162 opal/mca/btl/base/btl_base_mca.c                                              &module->btl_bandwidth);
btl_bandwidth    1200 opal/mca/btl/btl.h     uint32_t    btl_bandwidth;        /**< bandwidth (Mbytes/sec) supported by each endpoint */
btl_bandwidth     253 opal/mca/btl/portals4/btl_portals4_component.c     mca_btl_portals4_module.super.btl_bandwidth = 1000;
btl_bandwidth     108 opal/mca/btl/self/btl_self_component.c     mca_btl_self.btl_bandwidth = 100;
btl_bandwidth     197 opal/mca/btl/smcuda/btl_smcuda_component.c     mca_btl_smcuda.super.btl_bandwidth = 9000;  /* Mbs */
btl_bandwidth     511 opal/mca/btl/tcp/btl_tcp.c                      btl->super.btl_latency, btl->super.btl_bandwidth);
btl_bandwidth     340 opal/mca/btl/tcp/btl_tcp_component.c     mca_btl_tcp_module.super.btl_bandwidth = 0;
btl_bandwidth     568 opal/mca/btl/tcp/btl_tcp_component.c         mca_btl_tcp_param_register_uint(param, NULL, btl->super.btl_bandwidth, OPAL_INFO_LVL_5, &btl->super.btl_bandwidth);
btl_bandwidth     574 opal/mca/btl/tcp/btl_tcp_component.c             btl->super.btl_bandwidth >>= 1;
btl_bandwidth     580 opal/mca/btl/tcp/btl_tcp_component.c         mca_btl_tcp_param_register_uint(param, NULL, btl->super.btl_bandwidth, OPAL_INFO_LVL_5, &btl->super.btl_bandwidth);
btl_bandwidth     591 opal/mca/btl/tcp/btl_tcp_component.c         if (0 == btl->super.btl_bandwidth) {
btl_bandwidth     593 opal/mca/btl/tcp/btl_tcp_component.c             btl->super.btl_bandwidth = (speed == 0) ? MCA_BTL_TCP_BTL_BANDWIDTH : speed;
btl_bandwidth     595 opal/mca/btl/tcp/btl_tcp_component.c                 btl->super.btl_bandwidth >>= 1;
btl_bandwidth     611 opal/mca/btl/tcp/btl_tcp_component.c                             btl->super.btl_bandwidth, btl->super.btl_latency);
btl_bandwidth     519 opal/mca/btl/uct/btl_uct_tl.c 	module->super.btl_bandwidth = (uint32_t) (MCA_BTL_UCT_TL_ATTR(tl, 0).bandwidth / 1048576.0);
btl_bandwidth     437 opal/mca/btl/ugni/btl_ugni_component.c     mca_btl_ugni_module.super.btl_bandwidth = 40000; /* Mbs */
btl_bandwidth     277 opal/mca/btl/usnic/btl_usnic_mca.c     opal_btl_usnic_module_template.super.btl_bandwidth = 0;
btl_bandwidth    2093 opal/mca/btl/usnic/btl_usnic_module.c     module->super.btl_bandwidth = module->local_modex.link_speed_mbps;
btl_bandwidth     320 opal/mca/btl/usnic/btl_usnic_proc.c     min_link_speed_gbps = MIN(module->super.btl_bandwidth,
btl_bandwidth     277 opal/mca/btl/vader/btl_vader_component.c         mca_btl_vader.super.btl_bandwidth = 40000; /* Mbs */
btl_bandwidth     279 opal/mca/btl/vader/btl_vader_component.c         mca_btl_vader.super.btl_bandwidth = 10000; /* Mbs */