Home
last modified time | relevance | path

Searched refs:UCP_DT_IS_IOV (Results 1 – 5 of 5) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucp/
H A Ducp_datatype.h74 } else if (UCP_DT_IS_IOV(m_dt)) { in buf_length()
92 (UCP_DT_IS_IOV(m_dt) ? (m_count <= m_iov_cnt_limit) : in is_valid()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/dt/
H A Ddt_iov.h14 #define UCP_DT_IS_IOV(_datatype) \ macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/proto/
H A Dproto_am.inl312 if (UCP_DT_IS_IOV(req->send.datatype)) {
427 } else if (UCP_DT_IS_IOV(req->send.datatype)) {
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_request.c379 } else if (ucs_unlikely(UCP_DT_IS_IOV(req->send.datatype))) { in ucp_request_send_start()
H A Ducp_request.inl441 } else if (UCP_DT_IS_IOV(req->send.datatype) &&