btl_max_send_size  187 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     } else if (size <= btl->btl_max_send_size) {
btl_max_send_size  262 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     mca_btl_tcp2_module.super.btl_max_send_size = 128*1024;
btl_max_send_size  924 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c                          mca_btl_tcp2_module.super.btl_max_send_size,
btl_max_send_size  722 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                 if(mca_btl_tcp_module.super.btl_max_send_size >
btl_max_send_size   63 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.c     frag->size = mca_btl_tcp2_module.super.btl_max_send_size;
btl_max_send_size  225 ompi/mca/bml/bml.h     size_t                   btl_max_send_size; /**< min of max send size for available send btls */
btl_max_send_size  162 ompi/mca/bml/r2/bml_r2.c     bml_endpoint->btl_max_send_size = -1;
btl_max_send_size  346 ompi/mca/bml/r2/bml_r2.c         if (bml_endpoint->btl_max_send_size > btl->btl_max_send_size)
btl_max_send_size  347 ompi/mca/bml/r2/bml_r2.c             bml_endpoint->btl_max_send_size = btl->btl_max_send_size;
btl_max_send_size  710 ompi/mca/bml/r2/bml_r2.c         ep->btl_max_send_size = -1;
btl_max_send_size  716 ompi/mca/bml/r2/bml_r2.c             if (ep->btl_max_send_size > ep_btl->btl_max_send_size) {
btl_max_send_size  717 ompi/mca/bml/r2/bml_r2.c                 ep->btl_max_send_size = ep_btl->btl_max_send_size;
btl_max_send_size  983 ompi/mca/pml/ob1/pml_ob1_sendreq.c         if(bml_btl->btl->btl_max_send_size != 0) {
btl_max_send_size  989 ompi/mca/pml/ob1/pml_ob1_sendreq.c                 max_send_size = bml_btl->btl->btl_max_send_size - sizeof(mca_pml_ob1_frag_hdr_t);
btl_max_send_size  992 ompi/mca/pml/ob1/pml_ob1_sendreq.c             size_t max_send_size = bml_btl->btl->btl_max_send_size -
btl_max_send_size  132 opal/mca/btl/base/btl_base_mca.c                                            &module->btl_max_send_size);
btl_max_send_size 1194 opal/mca/btl/btl.h     size_t      btl_max_send_size;    /**< maximum send fragment size supported by the BTL */
btl_max_send_size  418 opal/mca/btl/ofi/btl_ofi_module.c         module->super.btl_max_send_size  = MCA_BTL_OFI_FRAG_SIZE;
btl_max_send_size  499 opal/mca/btl/portals4/btl_portals4.c             size <= portals4_btl->super.btl_max_send_size ?
btl_max_send_size  500 opal/mca/btl/portals4/btl_portals4.c             size : portals4_btl->super.btl_max_send_size ;
btl_max_send_size  230 opal/mca/btl/portals4/btl_portals4_component.c     mca_btl_portals4_module.super.btl_max_send_size = 64 * 1024;
btl_max_send_size  231 opal/mca/btl/portals4/btl_portals4_component.c     if (mca_btl_portals4_module.super.btl_max_send_size > mca_btl_portals4_component.portals_max_msg_size)
btl_max_send_size  232 opal/mca/btl/portals4/btl_portals4_component.c         mca_btl_portals4_module.super.btl_max_send_size = mca_btl_portals4_component.portals_max_msg_size;
btl_max_send_size  362 opal/mca/btl/portals4/btl_portals4_component.c             if (mca_btl_portals4_module.super.btl_max_send_size > portals4_ni_limits.max_msg_size)
btl_max_send_size  363 opal/mca/btl/portals4/btl_portals4_component.c                 mca_btl_portals4_module.super.btl_max_send_size = portals4_ni_limits.max_msg_size;
btl_max_send_size  416 opal/mca/btl/portals4/btl_portals4_component.c                         portals4_btl->super.btl_max_send_size,
btl_max_send_size   60 opal/mca/btl/portals4/btl_portals4_frag.c     frag->size = mca_btl_portals4_module.super.btl_max_send_size;
btl_max_send_size  118 opal/mca/btl/self/btl_self.c     } else if (size <= btl->btl_max_send_size) {
btl_max_send_size  103 opal/mca/btl/self/btl_self_component.c     mca_btl_self.btl_max_send_size = 16 * 1024;
btl_max_send_size  161 opal/mca/btl/self/btl_self_component.c                                sizeof (mca_btl_self_frag_send_t) + mca_btl_self.btl_max_send_size,
btl_max_send_size   44 opal/mca/btl/self/btl_self_frag.c     frag->size = mca_btl_self.btl_max_send_size;
btl_max_send_size  191 opal/mca/btl/smcuda/btl_smcuda_component.c     mca_btl_smcuda.super.btl_max_send_size = 32*1024;
btl_max_send_size  240 opal/mca/btl/smcuda/btl_smcuda_component.c     mca_btl_smcuda_component.max_frag_size = mca_btl_smcuda.super.btl_max_send_size;
btl_max_send_size  245 opal/mca/btl/smcuda/btl_smcuda_component.c     if (mca_btl_smcuda.super.btl_cuda_max_send_size > mca_btl_smcuda.super.btl_max_send_size) {
btl_max_send_size  250 opal/mca/btl/smcuda/btl_smcuda_component.c                         (int)mca_btl_smcuda.super.btl_cuda_max_send_size, (int)mca_btl_smcuda.super.btl_max_send_size,
btl_max_send_size  182 opal/mca/btl/tcp/btl_tcp.c     } else if (size <= btl->btl_max_send_size) {
btl_max_send_size  321 opal/mca/btl/tcp/btl_tcp_component.c     mca_btl_tcp_module.super.btl_max_send_size = 128*1024;
btl_max_send_size 1255 opal/mca/btl/tcp/btl_tcp_component.c                          mca_btl_tcp_module.super.btl_max_send_size,
btl_max_send_size  953 opal/mca/btl/tcp/btl_tcp_endpoint.c                 if(mca_btl_tcp_module.super.btl_max_send_size >
btl_max_send_size   62 opal/mca/btl/tcp/btl_tcp_frag.c     frag->size = mca_btl_tcp_module.super.btl_max_send_size;
btl_max_send_size  193 opal/mca/btl/template/btl_template.c     } else if(frag->size == btl->btl_max_send_size) {
btl_max_send_size  113 opal/mca/btl/template/btl_template_component.c     mca_btl_template_module.super.btl_max_send_size = 128*1024;
btl_max_send_size   14 opal/mca/btl/template/btl_template_frag.c     frag->size = mca_btl_template_module.super.btl_max_send_size;
btl_max_send_size  100 opal/mca/btl/uct/btl_uct_module.c                                       btl->btl_max_send_size, opal_cache_line_size, 0, 128, 8,
btl_max_send_size  346 opal/mca/btl/uct/btl_uct_module.c         .btl_max_send_size  = 65536,
btl_max_send_size  464 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_max_send_size = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.am.max_zcopy - sizeof (mca_btl_uct_am_header_t);
btl_max_send_size  407 opal/mca/btl/ugni/btl_ugni_component.c     mca_btl_ugni_module.super.btl_max_send_size             = 8 * 1024;
btl_max_send_size 1026 opal/mca/btl/usnic/btl_usnic_component.c                             module->super.btl_max_send_size);
btl_max_send_size 2114 opal/mca/btl/usnic/btl_usnic_module.c     module->super.btl_max_send_size =
btl_max_send_size  240 opal/mca/btl/vader/btl_vader_component.c         mca_btl_vader.super.btl_max_send_size             = mca_btl_vader.super.btl_eager_limit;
btl_max_send_size  245 opal/mca/btl/vader/btl_vader_component.c         mca_btl_vader.super.btl_max_send_size             = 32 * 1024;
btl_max_send_size  484 opal/mca/btl/vader/btl_vader_component.c         mca_btl_vader.super.btl_put_limit = mca_btl_vader.super.btl_max_send_size - sizeof (mca_btl_vader_sc_emu_hdr_t);
btl_max_send_size  485 opal/mca/btl/vader/btl_vader_component.c         mca_btl_vader.super.btl_get_limit = mca_btl_vader.super.btl_max_send_size - sizeof (mca_btl_vader_sc_emu_hdr_t);
btl_max_send_size  149 opal/mca/btl/vader/btl_vader_module.c                                   mca_btl_vader.super.btl_max_send_size + sizeof (mca_btl_vader_frag_t),
btl_max_send_size  418 opal/mca/btl/vader/btl_vader_module.c                size <= mca_btl_vader.super.btl_max_send_size) {