_stream_type       27 ompi/mca/pml/yalla/pml_yalla_datatype.h #define PML_YALLA_INIT_MXM_REQ_DATA(_req_base, _buf, _count, _dtype, _stream_type, ...) \
_stream_type       37 ompi/mca/pml/yalla/pml_yalla_datatype.h             mca_pml_yalla_set_noncontig_data_ ## _stream_type(_req_base, \
_stream_type       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, ...) \
_stream_type       86 ompi/mca/pml/yalla/pml_yalla_request.h         PML_YALLA_INIT_MXM_REQ_DATA(&(_sreq)->base, _buf, _count, _dtype, _stream_type, ## __VA_ARGS__); \
_stream_type      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, ...) \
_stream_type      108 ompi/mca/pml/yalla/pml_yalla_request.h         PML_YALLA_INIT_MXM_REQ_DATA(&(_rreq)->base, _buf, _count, _dtype, _stream_type, ## __VA_ARGS__); \