Home
last modified time | relevance | path

Searched refs:UCT_IFACE_FLAG_GET_BCOPY (Results 1 – 13 of 13) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_ib_xfer.cc14 !check_caps(UCT_IFACE_FLAG_GET_BCOPY),
22 !check_caps(UCT_IFACE_FLAG_GET_BCOPY),
H A Dtest_rc.cc208 UCT_IFACE_FLAG_GET_BCOPY))
298 UCT_IFACE_FLAG_GET_BCOPY |
376 UCT_IFACE_FLAG_GET_BCOPY))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/wireup/
H A Daddress.h28 UCT_IFACE_FLAG_GET_BCOPY |
H A Dselect.c104 [ucs_ilog2(UCT_IFACE_FLAG_GET_BCOPY)] = "get bcopy",
861 UCT_IFACE_FLAG_GET_BCOPY; in ucp_wireup_add_rma_lanes()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_p2p_rma.cc122 !check_caps(UCT_IFACE_FLAG_GET_BCOPY)) {
H A Dtest_stats.cc315 !check_caps(UCT_IFACE_FLAG_GET_BCOPY))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/rdma/
H A Dugni_rdma_iface.c62 UCT_IFACE_FLAG_GET_BCOPY | in uct_ugni_rdma_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/self/
H A Dself.c68 UCT_IFACE_FLAG_GET_BCOPY | in uct_self_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/base/
H A Dmm_iface.c159 UCT_IFACE_FLAG_GET_BCOPY | in uct_mm_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h373 #define UCT_IFACE_FLAG_GET_BCOPY UCS_BIT(9) /**< Buffered get */ macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_iface.c182 UCT_IFACE_FLAG_GET_BCOPY | in uct_rc_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Dlibperf.c72 [ucs_ilog2(UCT_IFACE_FLAG_GET_BCOPY)] = "get bcopy",
579 UCT_IFACE_FLAG_GET_BCOPY, UCT_IFACE_FLAG_GET_ZCOPY); in uct_perf_test_check_capabilities()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_ep.c1728 if (iface_attr->cap.flags & UCT_IFACE_FLAG_GET_BCOPY) { in ucp_ep_config_init()