Home
last modified time | relevance | path

Searched refs:uct_ep_am_zcopy (Results 1 – 15 of 15) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_uct_ep.cc71 status = uct_ep_am_zcopy(m_sender->ep(0), 1, NULL, 0, iov, iovcnt,
H A Dtest_p2p_mix.cc106 status = uct_ep_am_zcopy(sender().ep(0), AM_ID, sendbuf.ptr(), header_length, in am_zcopy()
H A Dtest_p2p_err.cc83 status = uct_ep_am_zcopy(sender_ep(), am_id, buffer, length, in test_error_run()
H A Dtest_peer_failure.cc247 EXPECT_EQ(uct_ep_am_zcopy(ep0(), 0, NULL, 0, iov, iovcnt, 0, NULL),
H A Dtest_flush.cc187 status = uct_ep_am_zcopy(sender().ep(0), get_am_id(), NULL, 0, iov, in test_flush_am_zcopy()
H A Dtest_pending.cc638 ucs_status_t status = uct_ep_am_zcopy(m_e1->ep(0), AM_ID, &AM_HDR,
H A Dtest_stats.cc249 UCT_TEST_CALL_AND_TRY_AGAIN(uct_ep_am_zcopy(sender_ep(), 0, 0, 0,
H A Dtest_p2p_am.cc210 return uct_ep_am_zcopy(ep, in am_zcopy()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/proto/
H A Dproto_am.inl244 status = uct_ep_am_zcopy(ep->uct_eps[req->send.lane], am_id, (void*)hdr,
331 status = uct_ep_am_zcopy(uct_ep, am_id_first, (void*)hdr_first,
346 status = uct_ep_am_zcopy(uct_ep, am_id_middle, (void*)hdr_middle,
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/wireup/
H A Dsignaling_ep.c90 status = uct_ep_am_zcopy(proxy_ep->uct_ep, id, header, header_length, iov, in ucp_signaling_ep_am_zcopy()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/uct/
H A Dbtl_uct_am.c180 … ucs_status = uct_ep_am_zcopy (ep_handle, MCA_BTL_UCT_FRAG, &frag->header, sizeof (frag->header), in mca_btl_uct_send_frag()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_rc.cc346 EXPECT_FALSE(UCS_STATUS_IS_ERR(uct_ep_am_zcopy(ep, 0, NULL, 0, iov, iovcnt,
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Duct_tests.cc256 return uct_ep_am_zcopy(ep, UCT_PERF_TEST_AM_ID, buffer, header_size, in send()
/dports/net/mpich/mpich-3.4.3/modules/ucx/examples/
H A Duct_hello_world.c189 status = uct_ep_am_zcopy(ep, id, NULL, 0, &iov, 1, 0, in do_am_zcopy()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h2602 UCT_INLINE_API ucs_status_t uct_ep_am_zcopy(uct_ep_h ep, uint8_t id, in uct_ep_am_zcopy() function