max_bcopy         285 opal/mca/btl/uct/btl_uct_am.c     return MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, context_id).cap.am.max_bcopy;
max_bcopy         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) {
max_bcopy         421 opal/mca/btl/uct/btl_uct_tl.c     if (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.get.max_bcopy) {
max_bcopy         423 opal/mca/btl/uct/btl_uct_tl.c         module->super.btl_get_local_registration_threshold = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.get.max_bcopy;
max_bcopy         433 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_put_local_registration_threshold = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.put.max_bcopy;
max_bcopy         465 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_eager_limit = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.am.max_bcopy - sizeof (mca_btl_uct_am_header_t);