cap               293 opal/mca/btl/uct/btl_uct.h     return (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags & (UCT_IFACE_FLAG_PUT_ZCOPY | UCT_IFACE_FLAG_GET_ZCOPY)) ==
cap               302 opal/mca/btl/uct/btl_uct.h     return (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags & (UCT_IFACE_FLAG_AM_SHORT | UCT_IFACE_FLAG_AM_BCOPY | UCT_IFACE_FLAG_AM_ZCOPY));
cap               312 opal/mca/btl/uct/btl_uct.h     return (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags & (UCT_IFACE_FLAG_AM_SHORT | UCT_IFACE_FLAG_CONNECT_TO_IFACE)) ==
cap               323 opal/mca/btl/uct/btl_uct.h     return !(MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags & UCT_IFACE_FLAG_CONNECT_TO_IFACE);
cap                28 opal/mca/btl/uct/btl_uct_am.c     if (size <= (size_t) MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, 0).cap.am.max_short) {
cap               105 opal/mca/btl/uct/btl_uct_am.c         if (total_size > (size_t) MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, 0).cap.am.max_short) {
cap               190 opal/mca/btl/uct/btl_uct_am.c             if (1 == frag->base.des_segment_count && (frag->uct_iov.length + 8) < MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, 0).cap.am.max_short) {
cap               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;
cap               316 opal/mca/btl/uct/btl_uct_am.c     } else if (msg_size < (size_t) MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, context->context_id).cap.am.max_short) {
cap               161 opal/mca/btl/uct/btl_uct_component.c     if (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags & UCT_IFACE_FLAG_CONNECT_TO_IFACE) {
cap               205 opal/mca/btl/uct/btl_uct_component.c     if (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags & UCT_IFACE_FLAG_CONNECT_TO_IFACE) {
cap                90 opal/mca/btl/uct/btl_uct_module.c                                       MCA_BTL_UCT_TL_ATTR(am_tl, 0).cap.am.max_short, opal_cache_line_size,
cap               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) {
cap               190 opal/mca/btl/uct/btl_uct_rdma.c         use_short = size <= MCA_BTL_UCT_TL_ATTR(uct_btl->rdma_tl, context->context_id).cap.put.max_short;
cap                73 opal/mca/btl/uct/btl_uct_tl.c     uint64_t cap_flags = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags;
cap                76 opal/mca/btl/uct/btl_uct_tl.c     uint64_t atomic_flags32 = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.atomic32.fop_flags;
cap                77 opal/mca/btl/uct/btl_uct_tl.c     uint64_t atomic_flags64 = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.atomic64.fop_flags;
cap               122 opal/mca/btl/uct/btl_uct_tl.c     uint64_t cap_flags = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags;
cap               409 opal/mca/btl/uct/btl_uct_tl.c                  (unsigned long) MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags));
cap               420 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_get_limit = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.get.max_zcopy;
cap               421 opal/mca/btl/uct/btl_uct_tl.c     if (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.get.max_bcopy) {
cap               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;
cap               426 opal/mca/btl/uct/btl_uct_tl.c         module->super.btl_get_alignment = opal_next_poweroftwo_inclusive (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.get.min_zcopy);
cap               429 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_put_limit = MCA_BTL_UCT_TL_ATTR(tl, 0).cap.put.max_zcopy;
cap               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;
cap               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);
cap               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);
cap               512 opal/mca/btl/uct/btl_uct_tl.c         BTL_VERBOSE(("tl has flags 0x%" PRIx64, MCA_BTL_UCT_TL_ATTR(tl, 0).cap.flags));
cap               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);
cap               661 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc_pcidisc_find_cap(const unsigned char *config, unsigned cap)
cap               680 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     if (id == cap)
cap               462 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC unsigned hwloc_pcidisc_find_cap(const unsigned char *config, unsigned cap);
cap               138 opal/util/bipartite_graph.c set_capacity(opal_bp_graph_t *g, int source, int target, int cap)
cap               148 opal/util/bipartite_graph.c             e->capacity = cap;