Home
last modified time | relevance | path

Searched refs:UCP_AM_SEND_REPLY (Results 1 – 4 of 4) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_am.inl17 (req->send.msg_proto.am.flags & UCP_AM_SEND_REPLY)) ?
H A Ducp_am.c442 if (ucs_unlikely((flags != 0) && !(flags & UCP_AM_SEND_REPLY))) {
448 if (ucs_likely(!(flags & UCP_AM_SEND_REPLY)) &&
475 if (flags & UCP_AM_SEND_REPLY) {
614 reply_ep = (first_hdr->super.super.flags & UCP_AM_SEND_REPLY) ? in ucp_am_handle_unfinished()
662 reply_ep = (first_hdr->super.super.flags & UCP_AM_SEND_REPLY) ? ep : NULL; in ucp_am_long_first_handler()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucp/
H A Dtest_ucp_am.cc265 do_send_process_data_test(0, UCP_SEND_ID, UCP_AM_SEND_REPLY); in UCS_TEST_P()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/api/
H A Ducp.h465 UCP_AM_SEND_REPLY = UCS_BIT(0) enumerator