PML_UCX_CONTEXT_BITS   75 ompi/mca/pml/ucx/pml_ucx.c         .pml_max_contextid = 1ul << (PML_UCX_CONTEXT_BITS),
PML_UCX_CONTEXT_BITS   43 ompi/mca/pml/ucx/pml_ucx_request.h     ((((uint64_t) (_tag)            ) << (PML_UCX_RANK_BITS + PML_UCX_CONTEXT_BITS)) | \
PML_UCX_CONTEXT_BITS   44 ompi/mca/pml/ucx/pml_ucx_request.h      (((uint64_t)(_comm)->c_my_rank ) << PML_UCX_CONTEXT_BITS) | \
PML_UCX_CONTEXT_BITS   56 ompi/mca/pml/ucx/pml_ucx_request.h         _ucp_tag = (((uint64_t)(_src) & UCS_MASK(PML_UCX_RANK_BITS)) << PML_UCX_CONTEXT_BITS) | \
PML_UCX_CONTEXT_BITS   61 ompi/mca/pml/ucx/pml_ucx_request.h             _ucp_tag      |= ((uint64_t)(_tag)) << (PML_UCX_RANK_BITS + PML_UCX_CONTEXT_BITS); \
PML_UCX_CONTEXT_BITS   66 ompi/mca/pml/ucx/pml_ucx_request.h     (((_tag) >> PML_UCX_CONTEXT_BITS) & UCS_MASK(PML_UCX_RANK_BITS))
PML_UCX_CONTEXT_BITS   70 ompi/mca/pml/ucx/pml_ucx_request.h     ((_tag) >> (PML_UCX_CONTEXT_BITS + PML_UCX_RANK_BITS))