_mode 28 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_SEND(_msg, _buf, _count, _datatype, _dst, _tag, _mode, _comm, ...) \ _mode 32 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_send_mode_name(_mode), (_comm)->c_contextid, \ _mode 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, ...) \ _mode 88 ompi/mca/pml/yalla/pml_yalla_request.h (_sreq)->opcode = ((_mode) == MCA_PML_BASE_SEND_SYNCHRONOUS) ? MXM_REQ_OP_SEND_SYNC : MXM_REQ_OP_SEND; \ _mode 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) _mode 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);