_tag               28 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_SEND(_msg, _buf, _count, _datatype, _dst, _tag, _mode, _comm, ...) \
_tag               31 ompi/mca/pml/ucx/pml_ucx.c                     (_buf), (_count), (_datatype)->name, (_dst), (_tag), \
_tag               35 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_RECV(_msg, _buf, _count, _datatype, _src, _tag, _comm, ...) \
_tag               38 ompi/mca/pml/ucx/pml_ucx.c                     (_buf), (_count), (_datatype)->name, (_src), (_tag), \
_tag               41 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_PROBE(_msg, _src, _tag, _comm) \
_tag               43 ompi/mca/pml/ucx/pml_ucx.c                     _src, (_tag), (_comm)->c_contextid, (_comm)->c_name);
_tag               42 ompi/mca/pml/ucx/pml_ucx_request.h #define PML_UCX_MAKE_SEND_TAG(_tag, _comm) \
_tag               43 ompi/mca/pml/ucx/pml_ucx_request.h     ((((uint64_t) (_tag)            ) << (PML_UCX_RANK_BITS + PML_UCX_CONTEXT_BITS)) | \
_tag               48 ompi/mca/pml/ucx/pml_ucx_request.h #define PML_UCX_MAKE_RECV_TAG(_ucp_tag, _ucp_tag_mask, _tag, _src, _comm) \
_tag               59 ompi/mca/pml/ucx/pml_ucx_request.h         if ((_tag) != MPI_ANY_TAG) { \
_tag               61 ompi/mca/pml/ucx/pml_ucx_request.h             _ucp_tag      |= ((uint64_t)(_tag)) << (PML_UCX_RANK_BITS + PML_UCX_CONTEXT_BITS); \
_tag               65 ompi/mca/pml/ucx/pml_ucx_request.h #define PML_UCX_TAG_GET_SOURCE(_tag) \
_tag               66 ompi/mca/pml/ucx/pml_ucx_request.h     (((_tag) >> PML_UCX_CONTEXT_BITS) & UCS_MASK(PML_UCX_RANK_BITS))
_tag               69 ompi/mca/pml/ucx/pml_ucx_request.h #define PML_UCX_TAG_GET_MPI_TAG(_tag) \
_tag               70 ompi/mca/pml/ucx/pml_ucx_request.h     ((_tag) >> (PML_UCX_CONTEXT_BITS + PML_UCX_RANK_BITS))
_tag               83 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_INIT_MXM_SEND_REQ(_sreq, _buf, _count, _dtype, _rank, _tag, _mode, _comm, _stream_type, ...) \
_tag               89 ompi/mca/pml/yalla/pml_yalla_request.h         (_sreq)->op.send.tag      = _tag; \
_tag               93 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_INIT_MXM_RECV_REQ_ENVELOPE(_rreq, _rank, _tag, _comm) \
_tag               96 ompi/mca/pml/yalla/pml_yalla_request.h         if ((_tag) == MPI_ANY_TAG) { \
_tag              100 ompi/mca/pml/yalla/pml_yalla_request.h             (_rreq)->tag = _tag; \
_tag              105 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_INIT_MXM_RECV_REQ(_rreq, _buf, _count, _dtype, _rank, _tag, _comm, _stream_type, ...) \
_tag              109 ompi/mca/pml/yalla/pml_yalla_request.h         PML_YALLA_INIT_MXM_RECV_REQ_ENVELOPE(_rreq, _rank, _tag, _comm); \
_tag              131 ompi/mca/pml/yalla/pml_yalla_request.h         int _src, int _tag, struct ompi_communicator_t* _comm, int _state)
_tag              135 ompi/mca/pml/yalla/pml_yalla_request.h     PML_YALLA_INIT_MXM_RECV_REQ(&rreq->mxm, _buf, _count, _datatype, _src, _tag, _comm, irecv, rreq);
_tag              140 ompi/mca/pml/yalla/pml_yalla_request.h         int _dst, int _tag, mca_pml_base_send_mode_t _mode, struct ompi_communicator_t* _comm, int _state)
_tag              144 ompi/mca/pml/yalla/pml_yalla_request.h     PML_YALLA_INIT_MXM_SEND_REQ(&sreq->mxm, _buf, _count, _datatype, _dst, _tag, _mode, _comm, isend, sreq);
_tag              145 ompi/mca/pml/yalla/pml_yalla_request.h     sreq->super.ompi.req_status.MPI_TAG    = _tag;
_tag              151 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_INIT_MXM_PROBE_REQ(_rreq, _rank, _tag, _comm) \
_tag              154 ompi/mca/pml/yalla/pml_yalla_request.h         PML_YALLA_INIT_MXM_RECV_REQ_ENVELOPE(_rreq, _rank, _tag, _comm); \