Home
last modified time | relevance | path

Searched refs:uct_ep_put_zcopy (Results 1 – 11 of 11) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_zcopy_comp.cc62 status = uct_ep_put_zcopy(m_sender->ep(0), sendbuf_small.iov(), 1,
71 status = uct_ep_put_zcopy(m_sender->ep(1), sendbuf_large.iov(), 1,
H A Dtest_p2p_rma.cc42 return uct_ep_put_zcopy(ep, iov, iovcnt, recvbuf.addr(), recvbuf.rkey(), comp()); in put_zcopy()
H A Dtest_p2p_err.cc67 status = uct_ep_put_zcopy(sender_ep(), iov, iovcnt, in test_error_run()
H A Dtest_peer_failure.cc251 EXPECT_EQ(uct_ep_put_zcopy(ep0(), iov, iovcnt, 0, 0, NULL),
H A Dtest_stats.cc304 uct_ep_put_zcopy(sender_ep(), iov, iovcnt, rbuf->addr(),
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/rma/
H A Drma_basic.c63 status = UCS_PROFILE_CALL(uct_ep_put_zcopy, in ucp_rma_basic_progress_put()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_rc.cc56 ASSERT_UCS_OK_OR_INPROGRESS(uct_ep_put_zcopy(e->ep(0), iov, iovcnt, in test_iface_ops()
317 EXPECT_EQ(UCS_ERR_NO_RESOURCE, uct_ep_put_zcopy(ep, iov, iovcnt, 0, 0,
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/uct/
H A Dbtl_uct_rdma.c207 … ucs_status = uct_ep_put_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp); in mca_btl_uct_put()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Duct_tests.cc277 return uct_ep_put_zcopy(ep, m_perf.uct.iov, m_perf.params.msg_size_cnt, in send()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h2470 UCT_INLINE_API ucs_status_t uct_ep_put_zcopy(uct_ep_h ep, in uct_ep_put_zcopy() function
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/tag/
H A Drndv.c1407 status = uct_ep_put_zcopy(ep->uct_eps[sreq->send.lane],