match_bits        148 ompi/mca/coll/portals4/coll_portals4.h #define COLL_PORTALS4_SET_BITS(match_bits, contextid, ack, rtr, type, internal, op_count) \
match_bits        150 ompi/mca/coll/portals4/coll_portals4.h     match_bits = contextid;                                         \
match_bits        151 ompi/mca/coll/portals4/coll_portals4.h     match_bits = (match_bits << 1);                                 \
match_bits        152 ompi/mca/coll/portals4/coll_portals4.h     match_bits |= (ack & 0x1);                                      \
match_bits        153 ompi/mca/coll/portals4/coll_portals4.h     match_bits = (match_bits << 1);                                 \
match_bits        154 ompi/mca/coll/portals4/coll_portals4.h     match_bits |= (rtr & 0x1);                                      \
match_bits        155 ompi/mca/coll/portals4/coll_portals4.h     match_bits = (match_bits << 6);                                 \
match_bits        156 ompi/mca/coll/portals4/coll_portals4.h     match_bits |= (type & 0x3F);                                    \
match_bits        157 ompi/mca/coll/portals4/coll_portals4.h     match_bits = (match_bits << 5);                                 \
match_bits        158 ompi/mca/coll/portals4/coll_portals4.h     match_bits |= (internal & 0x1F);                                \
match_bits        159 ompi/mca/coll/portals4/coll_portals4.h     match_bits = (match_bits << 40);                                \
match_bits        160 ompi/mca/coll/portals4/coll_portals4.h     match_bits |= (op_count & 0xFFFFFFFFFF);                        \
match_bits         51 ompi/mca/coll/portals4/coll_portals4_allreduce.c     ptl_match_bits_t match_bits_ack, match_bits_rtr, match_bits;
match_bits        105 ompi/mca/coll/portals4/coll_portals4_allreduce.c         COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0,
match_bits        132 ompi/mca/coll/portals4/coll_portals4_allreduce.c         me.match_bits = match_bits;
match_bits        166 ompi/mca/coll/portals4/coll_portals4_allreduce.c                     me.match_bits = match_bits_ack;
match_bits        188 ompi/mca/coll/portals4/coll_portals4_allreduce.c                             match_bits, 0, NULL, 0,
match_bits        206 ompi/mca/coll/portals4/coll_portals4_allreduce.c                     match_bits, 0, NULL, 0,
match_bits        237 ompi/mca/coll/portals4/coll_portals4_allreduce.c             me.match_bits = match_bits_rtr;
match_bits         39 ompi/mca/coll/portals4/coll_portals4_barrier.c     ptl_match_bits_t match_bits_rtr, match_bits;
match_bits         61 ompi/mca/coll/portals4/coll_portals4_barrier.c     COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm),
match_bits         83 ompi/mca/coll/portals4/coll_portals4_barrier.c     me.match_bits = match_bits;
match_bits        135 ompi/mca/coll/portals4/coll_portals4_barrier.c                     match_bits,
match_bits        160 ompi/mca/coll/portals4/coll_portals4_bcast.c     ptl_match_bits_t match_bits_ack, match_bits_rtr, match_bits;
match_bits        209 ompi/mca/coll/portals4/coll_portals4_bcast.c     COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0,
match_bits        244 ompi/mca/coll/portals4/coll_portals4_bcast.c             me.match_bits = match_bits;
match_bits        322 ompi/mca/coll/portals4/coll_portals4_bcast.c         me.match_bits = match_bits_ack;
match_bits        351 ompi/mca/coll/portals4/coll_portals4_bcast.c         me.match_bits = match_bits_rtr;
match_bits        391 ompi/mca/coll/portals4/coll_portals4_bcast.c                             match_bits, 0,
match_bits        500 ompi/mca/coll/portals4/coll_portals4_bcast.c     ptl_match_bits_t match_bits_ack, match_bits_rtr, match_bits;
match_bits        540 ompi/mca/coll/portals4/coll_portals4_bcast.c     COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0,
match_bits        574 ompi/mca/coll/portals4/coll_portals4_bcast.c             me.match_bits = match_bits;
match_bits        654 ompi/mca/coll/portals4/coll_portals4_bcast.c         me.match_bits = match_bits_ack;
match_bits        681 ompi/mca/coll/portals4/coll_portals4_bcast.c         me.match_bits = match_bits_rtr;
match_bits        718 ompi/mca/coll/portals4/coll_portals4_bcast.c                         match_bits, 0,
match_bits        513 ompi/mca/coll/portals4/coll_portals4_component.c     me.match_bits = 0;
match_bits        545 ompi/mca/coll/portals4/coll_portals4_component.c     COLL_PORTALS4_SET_BITS(me.match_bits, 0, 0, 1, 0, 0, 0);
match_bits        721 ompi/mca/coll/portals4/coll_portals4_component.c                             (void*) ev.hdr_data, ev.match_bits));
match_bits        384 ompi/mca/coll/portals4/coll_portals4_gather.c     me.match_bits = request->u.gather.gather_match_bits;
match_bits        435 ompi/mca/coll/portals4/coll_portals4_gather.c     me.match_bits = request->u.gather.sync_match_bits;
match_bits         51 ompi/mca/coll/portals4/coll_portals4_reduce.c     ptl_match_bits_t match_bits_ack, match_bits_rtr, match_bits;
match_bits        106 ompi/mca/coll/portals4/coll_portals4_reduce.c         COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0,
match_bits        145 ompi/mca/coll/portals4/coll_portals4_reduce.c             me.match_bits = match_bits;
match_bits        179 ompi/mca/coll/portals4/coll_portals4_reduce.c             me.match_bits = match_bits_ack;
match_bits        207 ompi/mca/coll/portals4/coll_portals4_reduce.c             me.match_bits = match_bits_rtr;
match_bits        225 ompi/mca/coll/portals4/coll_portals4_reduce.c                     match_bits, 0, NULL, 0,
match_bits        159 ompi/mca/coll/portals4/coll_portals4_scatter.c     me.match_bits = request->u.scatter.scatter_match_bits;
match_bits        220 ompi/mca/coll/portals4/coll_portals4_scatter.c     me.match_bits = request->u.scatter.sync_match_bits;
match_bits        347 ompi/mca/mtl/ofi/mtl_ofi.h                   uint64_t *match_bits,
match_bits        370 ompi/mca/mtl/ofi/mtl_ofi.h                                       *match_bits | ompi_mtl_ofi.sync_send_ack,
match_bits        382 ompi/mca/mtl/ofi/mtl_ofi.h     MTL_OFI_SET_SYNC_SEND(*match_bits);
match_bits        401 ompi/mca/mtl/ofi/mtl_ofi.h     uint64_t match_bits;
match_bits        432 ompi/mca/mtl/ofi/mtl_ofi.h         match_bits = mtl_ofi_create_send_tag_CQD(comm->c_contextid, tag);
match_bits        435 ompi/mca/mtl/ofi/mtl_ofi.h         match_bits = mtl_ofi_create_send_tag(comm->c_contextid,
match_bits        443 ompi/mca/mtl/ofi/mtl_ofi.h                                                            &match_bits, tag);
match_bits        455 ompi/mca/mtl/ofi/mtl_ofi.h                                             match_bits), ret);
match_bits        461 ompi/mca/mtl/ofi/mtl_ofi.h                                             match_bits), ret);
match_bits        484 ompi/mca/mtl/ofi/mtl_ofi.h                                           match_bits,
match_bits        492 ompi/mca/mtl/ofi/mtl_ofi.h                                           match_bits,
match_bits        537 ompi/mca/mtl/ofi/mtl_ofi.h     uint64_t match_bits;
match_bits        564 ompi/mca/mtl/ofi/mtl_ofi.h         match_bits = mtl_ofi_create_send_tag_CQD(comm->c_contextid, tag);
match_bits        566 ompi/mca/mtl/ofi/mtl_ofi.h         match_bits = mtl_ofi_create_send_tag(comm->c_contextid,
match_bits        574 ompi/mca/mtl/ofi/mtl_ofi.h                                                            &match_bits, tag);
match_bits        586 ompi/mca/mtl/ofi/mtl_ofi.h                                       match_bits,
match_bits        594 ompi/mca/mtl/ofi/mtl_ofi.h                                       match_bits,
match_bits        731 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(ofi_req->match_bits);
match_bits        760 ompi/mca/mtl/ofi/mtl_ofi.h     uint64_t match_bits, mask_bits;
match_bits        779 ompi/mca/mtl/ofi/mtl_ofi.h         mtl_ofi_create_recv_tag_CQD(&match_bits, &mask_bits, comm->c_contextid,
match_bits        782 ompi/mca/mtl/ofi/mtl_ofi.h         mtl_ofi_create_recv_tag(&match_bits, &mask_bits, comm->c_contextid, src,
match_bits        805 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->match_bits = match_bits;
match_bits        812 ompi/mca/mtl/ofi/mtl_ofi.h                                       match_bits,
match_bits        856 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(ofi_req->match_bits);
match_bits        924 ompi/mca/mtl/ofi/mtl_ofi.h     msg.tag = ofi_req->match_bits;
match_bits        946 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->match_bits = wc->tag;
match_bits        982 ompi/mca/mtl/ofi/mtl_ofi.h     uint64_t match_bits, mask_bits;
match_bits        999 ompi/mca/mtl/ofi/mtl_ofi.h         mtl_ofi_create_recv_tag_CQD(&match_bits, &mask_bits, comm->c_contextid,
match_bits       1003 ompi/mca/mtl/ofi/mtl_ofi.h         mtl_ofi_create_recv_tag(&match_bits, &mask_bits, comm->c_contextid, src,
match_bits       1020 ompi/mca/mtl/ofi/mtl_ofi.h     msg.tag = match_bits;
match_bits       1071 ompi/mca/mtl/ofi/mtl_ofi.h     uint64_t match_bits, mask_bits;
match_bits       1096 ompi/mca/mtl/ofi/mtl_ofi.h         mtl_ofi_create_recv_tag_CQD(&match_bits, &mask_bits, comm->c_contextid,
match_bits       1101 ompi/mca/mtl/ofi/mtl_ofi.h         mtl_ofi_create_recv_tag(&match_bits, &mask_bits, comm->c_contextid, src,
match_bits       1117 ompi/mca/mtl/ofi/mtl_ofi.h     msg.tag = match_bits;
match_bits         77 ompi/mca/mtl/ofi/mtl_ofi_request.h     uint64_t match_bits;
match_bits        148 ompi/mca/mtl/ofi/mtl_ofi_types.h     uint64_t  match_bits = comm_id;
match_bits        149 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits = (match_bits << (MTL_OFI_TAG_BIT_COUNT_DATA
match_bits        151 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits |= (tag & MTL_OFI_TAG_MASK_DATA);
match_bits        152 ompi/mca/mtl/ofi/mtl_ofi_types.h     return match_bits;
match_bits        157 ompi/mca/mtl/ofi/mtl_ofi_types.h mtl_ofi_create_recv_tag_CQD(uint64_t *match_bits, uint64_t *mask_bits,
match_bits        161 ompi/mca/mtl/ofi/mtl_ofi_types.h     *match_bits = (uint64_t) comm_id;
match_bits        162 ompi/mca/mtl/ofi/mtl_ofi_types.h     *match_bits = (*match_bits << (MTL_OFI_PROTO_BIT_COUNT
match_bits        171 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits |= (ompi_mtl_ofi.mpi_tag_mask & tag);
match_bits        215 ompi/mca/mtl/ofi/mtl_ofi_types.h     uint64_t  match_bits = comm_id;
match_bits        216 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits = (match_bits << ompi_mtl_ofi.num_bits_source_rank);
match_bits        217 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits |= (uint64_t)(source & ompi_mtl_ofi.source_rank_mask);
match_bits        218 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits = (match_bits << (ompi_mtl_ofi.num_bits_mpi_tag
match_bits        220 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits |= (tag & ompi_mtl_ofi.mpi_tag_mask);
match_bits        221 ompi/mca/mtl/ofi/mtl_ofi_types.h     return match_bits;
match_bits        226 ompi/mca/mtl/ofi/mtl_ofi_types.h mtl_ofi_create_recv_tag(uint64_t *match_bits, uint64_t *mask_bits,
match_bits        230 ompi/mca/mtl/ofi/mtl_ofi_types.h     *match_bits = comm_id;
match_bits        231 ompi/mca/mtl/ofi/mtl_ofi_types.h     *match_bits = (*match_bits << ompi_mtl_ofi.num_bits_source_rank);
match_bits        234 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits = (*match_bits << (ompi_mtl_ofi.num_bits_mpi_tag
match_bits        238 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits |= (uint64_t)(source & ompi_mtl_ofi.source_rank_mask);
match_bits        239 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits = (*match_bits << (ompi_mtl_ofi.num_bits_mpi_tag
match_bits        250 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits |= (ompi_mtl_ofi.mpi_tag_mask & tag);
match_bits        254 ompi/mca/mtl/ofi/mtl_ofi_types.h #define MTL_OFI_SET_SYNC_SEND(match_bits)          \
match_bits        255 ompi/mca/mtl/ofi/mtl_ofi_types.h         match_bits |= ompi_mtl_ofi.sync_send
match_bits        257 ompi/mca/mtl/ofi/mtl_ofi_types.h #define MTL_OFI_IS_SYNC_SEND(match_bits)           \
match_bits        258 ompi/mca/mtl/ofi/mtl_ofi_types.h     (ompi_mtl_ofi.sync_send == (ompi_mtl_ofi.sync_proto_mask & match_bits))
match_bits        260 ompi/mca/mtl/ofi/mtl_ofi_types.h #define MTL_OFI_IS_SYNC_SEND_ACK(match_bits)       \
match_bits        261 ompi/mca/mtl/ofi/mtl_ofi_types.h     (ompi_mtl_ofi.sync_send_ack == (ompi_mtl_ofi.sync_proto_mask & match_bits))
match_bits        263 ompi/mca/mtl/ofi/mtl_ofi_types.h #define MTL_OFI_GET_TAG(match_bits)                \
match_bits        264 ompi/mca/mtl/ofi/mtl_ofi_types.h     ((int)(match_bits & ompi_mtl_ofi.mpi_tag_mask))
match_bits        179 ompi/mca/mtl/portals4/mtl_portals4.c     me.match_bits = MTL_PORTALS4_LONG_MSG;
match_bits        171 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, source, tag, type) \
match_bits        173 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits = contextid;                                         \
match_bits        174 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits = (match_bits << 24);                                \
match_bits        175 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits |= source;                                           \
match_bits        176 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits = (match_bits << 24);                                \
match_bits        177 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits |= (MTL_PORTALS4_TAG_MASK & tag) | type;             \
match_bits        181 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, contextid, source, tag) \
match_bits        183 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits = 0;                                                 \
match_bits        186 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits = contextid;                                         \
match_bits        187 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits = (match_bits << 24);                                \
match_bits        190 ompi/mca/mtl/portals4/mtl_portals4.h             match_bits = (match_bits << 24);                            \
match_bits        193 ompi/mca/mtl/portals4/mtl_portals4.h             match_bits |= source;                                       \
match_bits        194 ompi/mca/mtl/portals4/mtl_portals4.h             match_bits = (match_bits << 24);                            \
match_bits        200 ompi/mca/mtl/portals4/mtl_portals4.h             match_bits |= (MTL_PORTALS4_TAG_MASK & tag);                \
match_bits        204 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_IS_SHORT_MSG(match_bits)           \
match_bits        205 ompi/mca/mtl/portals4/mtl_portals4.h     (0 != (MTL_PORTALS4_SHORT_MSG & match_bits))
match_bits        206 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_IS_LONG_MSG(match_bits)            \
match_bits        207 ompi/mca/mtl/portals4/mtl_portals4.h     (0 != (MTL_PORTALS4_LONG_MSG & match_bits))
match_bits        208 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_IS_READY_MSG(match_bits)           \
match_bits        209 ompi/mca/mtl/portals4/mtl_portals4.h     (0 != (MTL_PORTALS4_READY_MSG & match_bits))
match_bits        211 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_GET_TAG(match_bits)                \
match_bits        212 ompi/mca/mtl/portals4/mtl_portals4.h     ((int)(match_bits & MTL_PORTALS4_TAG_MASK))
match_bits        213 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_GET_SOURCE(match_bits)             \
match_bits        214 ompi/mca/mtl/portals4/mtl_portals4.h     ((int)((match_bits & MTL_PORTALS4_SOURCE_MASK) >> 24))
match_bits        110 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c     me.match_bits = MTL_PORTALS4_FLOWCTL_TRIGGER;
match_bits        141 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c     me.match_bits = MTL_PORTALS4_FLOWCTL_ALERT;
match_bits        171 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c     me.match_bits = MTL_PORTALS4_FLOWCTL_FANIN;
match_bits        200 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c     me.match_bits = MTL_PORTALS4_FLOWCTL_FANOUT;
match_bits         41 ompi/mca/mtl/portals4/mtl_portals4_probe.c         ptl_request->status.MPI_SOURCE = MTL_PORTALS4_GET_SOURCE(ev->match_bits);
match_bits         42 ompi/mca/mtl/portals4/mtl_portals4_probe.c         ptl_request->status.MPI_TAG = MTL_PORTALS4_GET_TAG(ev->match_bits);
match_bits         68 ompi/mca/mtl/portals4/mtl_portals4_probe.c     ptl_match_bits_t match_bits, ignore_bits;
match_bits         85 ompi/mca/mtl/portals4/mtl_portals4_probe.c     MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, comm->c_contextid,
match_bits         95 ompi/mca/mtl/portals4/mtl_portals4_probe.c     me.match_bits = match_bits;
match_bits        142 ompi/mca/mtl/portals4/mtl_portals4_probe.c     ptl_match_bits_t match_bits, ignore_bits;
match_bits        163 ompi/mca/mtl/portals4/mtl_portals4_probe.c     MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, comm->c_contextid,
match_bits        173 ompi/mca/mtl/portals4/mtl_portals4_probe.c     me.match_bits = match_bits;
match_bits         48 ompi/mca/mtl/portals4/mtl_portals4_recv.c          ptl_match_bits_t match_bits, ptl_size_t remote_offset,
match_bits         81 ompi/mca/mtl/portals4/mtl_portals4_recv.c         frag->frag_match_bits = match_bits;
match_bits        144 ompi/mca/mtl/portals4/mtl_portals4_recv.c             MTL_PORTALS4_GET_SOURCE(ev->match_bits);
match_bits        146 ompi/mca/mtl/portals4/mtl_portals4_recv.c             MTL_PORTALS4_GET_TAG(ev->match_bits);
match_bits        163 ompi/mca/mtl/portals4/mtl_portals4_recv.c         if (!MTL_PORTALS4_IS_SHORT_MSG(ev->match_bits) && msg_length > ev->mlength) {
match_bits        214 ompi/mca/mtl/portals4/mtl_portals4_recv.c             MTL_PORTALS4_GET_SOURCE(ev->match_bits);
match_bits        216 ompi/mca/mtl/portals4/mtl_portals4_recv.c             MTL_PORTALS4_GET_TAG(ev->match_bits);
match_bits        221 ompi/mca/mtl/portals4/mtl_portals4_recv.c                                 MTL_PORTALS4_IS_SHORT_MSG(ev->match_bits));
match_bits        231 ompi/mca/mtl/portals4/mtl_portals4_recv.c         if (MTL_PORTALS4_IS_SHORT_MSG(ev->match_bits)) {
match_bits        436 ompi/mca/mtl/portals4/mtl_portals4_recv.c     ptl_match_bits_t match_bits, ignore_bits;
match_bits        460 ompi/mca/mtl/portals4/mtl_portals4_recv.c     MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, comm->c_contextid,
match_bits        486 ompi/mca/mtl/portals4/mtl_portals4_recv.c                          (int64_t)length, match_bits, ignore_bits, (unsigned long) ptl_request));
match_bits        501 ompi/mca/mtl/portals4/mtl_portals4_recv.c     me.match_bits = match_bits;
match_bits        184 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     ptl_match_bits_t match_bits = MTL_PORTALS4_SHORT_MSG;
match_bits        207 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     me.match_bits = match_bits;
match_bits        238 ompi/mca/mtl/portals4/mtl_portals4_send.c     ptl_match_bits_t match_bits;
match_bits        242 ompi/mca/mtl/portals4/mtl_portals4_send.c     MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, localrank, tag,
match_bits        261 ompi/mca/mtl/portals4/mtl_portals4_send.c         me.match_bits = hdr_data;
match_bits        280 ompi/mca/mtl/portals4/mtl_portals4_send.c                              ptl_request->opcount, hdr_data, match_bits));
match_bits        286 ompi/mca/mtl/portals4/mtl_portals4_send.c                              ptl_request->opcount, hdr_data, match_bits));
match_bits        300 ompi/mca/mtl/portals4/mtl_portals4_send.c                  match_bits,
match_bits        325 ompi/mca/mtl/portals4/mtl_portals4_send.c     ptl_match_bits_t match_bits;
match_bits        330 ompi/mca/mtl/portals4/mtl_portals4_send.c     MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, localrank, tag,
match_bits        345 ompi/mca/mtl/portals4/mtl_portals4_send.c     me.match_bits = hdr_data;
match_bits        363 ompi/mca/mtl/portals4/mtl_portals4_send.c                          ptl_request->opcount, hdr_data, match_bits));
match_bits        398 ompi/mca/mtl/portals4/mtl_portals4_send.c                  match_bits,
match_bits         99 ompi/mca/osc/portals4/osc_portals4.h     ptl_match_bits_t match_bits; /* match bits for module.  Same as cid for comm in most cases. */
match_bits         95 ompi/mca/osc/portals4/osc_portals4_active_target.c                             module->match_bits | OSC_PORTALS4_MB_CONTROL,
match_bits        140 ompi/mca/osc/portals4/osc_portals4_active_target.c                             module->match_bits | OSC_PORTALS4_MB_CONTROL,
match_bits        192 ompi/mca/osc/portals4/osc_portals4_comm.c              ptl_match_bits_t match_bits,
match_bits        212 ompi/mca/osc/portals4/osc_portals4_comm.c                      match_bits,
match_bits        238 ompi/mca/osc/portals4/osc_portals4_comm.c              ptl_match_bits_t match_bits,
match_bits        257 ompi/mca/osc/portals4/osc_portals4_comm.c                      match_bits,
match_bits        282 ompi/mca/osc/portals4/osc_portals4_comm.c                 ptl_match_bits_t match_bits,
match_bits        303 ompi/mca/osc/portals4/osc_portals4_comm.c                         match_bits,
match_bits        333 ompi/mca/osc/portals4/osc_portals4_comm.c                      ptl_match_bits_t match_bits,
match_bits        355 ompi/mca/osc/portals4/osc_portals4_comm.c                              match_bits,
match_bits        385 ompi/mca/osc/portals4/osc_portals4_comm.c               ptl_match_bits_t match_bits,
match_bits        406 ompi/mca/osc/portals4/osc_portals4_comm.c                       match_bits,
match_bits        491 ompi/mca/osc/portals4/osc_portals4_comm.c              ptl_match_bits_t  match_bits,
match_bits        552 ompi/mca/osc/portals4/osc_portals4_comm.c                  module->match_bits,
match_bits        578 ompi/mca/osc/portals4/osc_portals4_comm.c                     ptl_match_bits_t  match_bits,
match_bits        639 ompi/mca/osc/portals4/osc_portals4_comm.c                        module->match_bits,
match_bits        660 ompi/mca/osc/portals4/osc_portals4_comm.c                ptl_match_bits_t  match_bits,
match_bits        722 ompi/mca/osc/portals4/osc_portals4_comm.c                  module->match_bits,
match_bits        749 ompi/mca/osc/portals4/osc_portals4_comm.c                       ptl_match_bits_t  match_bits,
match_bits        811 ompi/mca/osc/portals4/osc_portals4_comm.c                        module->match_bits,
match_bits        833 ompi/mca/osc/portals4/osc_portals4_comm.c                   ptl_match_bits_t  match_bits,
match_bits        907 ompi/mca/osc/portals4/osc_portals4_comm.c                           module->match_bits,
match_bits        933 ompi/mca/osc/portals4/osc_portals4_comm.c               ptl_match_bits_t  match_bits,
match_bits       1032 ompi/mca/osc/portals4/osc_portals4_comm.c                         module->match_bits,
match_bits       1057 ompi/mca/osc/portals4/osc_portals4_comm.c                       ptl_match_bits_t  match_bits,
match_bits       1164 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       1192 ompi/mca/osc/portals4/osc_portals4_comm.c                  ptl_match_bits_t  match_bits,
match_bits       1260 ompi/mca/osc/portals4/osc_portals4_comm.c                          match_bits,
match_bits       1301 ompi/mca/osc/portals4/osc_portals4_comm.c                         ptl_match_bits_t  match_bits,
match_bits       1369 ompi/mca/osc/portals4/osc_portals4_comm.c                          match_bits,
match_bits       1404 ompi/mca/osc/portals4/osc_portals4_comm.c                     ptl_match_bits_t  match_bits,
match_bits       1489 ompi/mca/osc/portals4/osc_portals4_comm.c                             match_bits,
match_bits       1526 ompi/mca/osc/portals4/osc_portals4_comm.c                    ptl_match_bits_t  match_bits,
match_bits       1593 ompi/mca/osc/portals4/osc_portals4_comm.c                          match_bits,
match_bits       1627 ompi/mca/osc/portals4/osc_portals4_comm.c                           ptl_match_bits_t  match_bits,
match_bits       1694 ompi/mca/osc/portals4/osc_portals4_comm.c                          match_bits,
match_bits       1732 ompi/mca/osc/portals4/osc_portals4_comm.c                     ptl_match_bits_t  match_bits,
match_bits       1828 ompi/mca/osc/portals4/osc_portals4_comm.c                           match_bits,
match_bits       1876 ompi/mca/osc/portals4/osc_portals4_comm.c                             ptl_match_bits_t  match_bits,
match_bits       1980 ompi/mca/osc/portals4/osc_portals4_comm.c                                  match_bits,
match_bits       2054 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       2073 ompi/mca/osc/portals4/osc_portals4_comm.c                              module->match_bits,
match_bits       2109 ompi/mca/osc/portals4/osc_portals4_comm.c                            module->match_bits,
match_bits       2166 ompi/mca/osc/portals4/osc_portals4_comm.c                                  module->match_bits,
match_bits       2184 ompi/mca/osc/portals4/osc_portals4_comm.c                            module->match_bits,
match_bits       2215 ompi/mca/osc/portals4/osc_portals4_comm.c                            module->match_bits,
match_bits       2276 ompi/mca/osc/portals4/osc_portals4_comm.c                                           module->match_bits,
match_bits       2296 ompi/mca/osc/portals4/osc_portals4_comm.c                                       module->match_bits,
match_bits       2318 ompi/mca/osc/portals4/osc_portals4_comm.c                                         module->match_bits,
match_bits       2337 ompi/mca/osc/portals4/osc_portals4_comm.c                                     module->match_bits,
match_bits       2380 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       2416 ompi/mca/osc/portals4/osc_portals4_comm.c                                 module->match_bits,
match_bits       2495 ompi/mca/osc/portals4/osc_portals4_comm.c                                       module->match_bits,
match_bits       2517 ompi/mca/osc/portals4/osc_portals4_comm.c                                             module->match_bits,
match_bits       2543 ompi/mca/osc/portals4/osc_portals4_comm.c                                               module->match_bits,
match_bits       2571 ompi/mca/osc/portals4/osc_portals4_comm.c                                 module->match_bits,
match_bits       2592 ompi/mca/osc/portals4/osc_portals4_comm.c                                       module->match_bits,
match_bits       2616 ompi/mca/osc/portals4/osc_portals4_comm.c                                         module->match_bits,
match_bits       2673 ompi/mca/osc/portals4/osc_portals4_comm.c                                 module->match_bits,
match_bits       2712 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       2772 ompi/mca/osc/portals4/osc_portals4_comm.c                                        module->match_bits,
match_bits       2825 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       2843 ompi/mca/osc/portals4/osc_portals4_comm.c                              module->match_bits,
match_bits       2874 ompi/mca/osc/portals4/osc_portals4_comm.c                            module->match_bits,
match_bits       2924 ompi/mca/osc/portals4/osc_portals4_comm.c                                  module->match_bits,
match_bits       2942 ompi/mca/osc/portals4/osc_portals4_comm.c                            module->match_bits,
match_bits       2971 ompi/mca/osc/portals4/osc_portals4_comm.c                            module->match_bits,
match_bits       3025 ompi/mca/osc/portals4/osc_portals4_comm.c                                           module->match_bits,
match_bits       3044 ompi/mca/osc/portals4/osc_portals4_comm.c                                       module->match_bits,
match_bits       3065 ompi/mca/osc/portals4/osc_portals4_comm.c                                         module->match_bits,
match_bits       3083 ompi/mca/osc/portals4/osc_portals4_comm.c                                     module->match_bits,
match_bits       3121 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       3154 ompi/mca/osc/portals4/osc_portals4_comm.c                                 module->match_bits,
match_bits       3226 ompi/mca/osc/portals4/osc_portals4_comm.c                                       module->match_bits,
match_bits       3247 ompi/mca/osc/portals4/osc_portals4_comm.c                                             module->match_bits,
match_bits       3272 ompi/mca/osc/portals4/osc_portals4_comm.c                                               module->match_bits,
match_bits       3299 ompi/mca/osc/portals4/osc_portals4_comm.c                                 module->match_bits,
match_bits       3319 ompi/mca/osc/portals4/osc_portals4_comm.c                                       module->match_bits,
match_bits       3342 ompi/mca/osc/portals4/osc_portals4_comm.c                                         module->match_bits,
match_bits       3392 ompi/mca/osc/portals4/osc_portals4_comm.c                                 module->match_bits,
match_bits       3426 ompi/mca/osc/portals4/osc_portals4_comm.c                                module->match_bits,
match_bits       3478 ompi/mca/osc/portals4/osc_portals4_comm.c                                        module->match_bits,
match_bits       3547 ompi/mca/osc/portals4/osc_portals4_comm.c                   module->match_bits,
match_bits       3618 ompi/mca/osc/portals4/osc_portals4_comm.c                       module->match_bits,
match_bits       3638 ompi/mca/osc/portals4/osc_portals4_comm.c                      module->match_bits,
match_bits       3664 ompi/mca/osc/portals4/osc_portals4_comm.c                              module->match_bits,
match_bits        528 ompi/mca/osc/portals4/osc_portals4_component.c     me.match_bits = module->comm->c_contextid;
match_bits        551 ompi/mca/osc/portals4/osc_portals4_component.c     me.match_bits = module->comm->c_contextid | OSC_PORTALS4_MB_CONTROL;
match_bits        568 ompi/mca/osc/portals4/osc_portals4_component.c     module->match_bits = module->comm->c_contextid;
match_bits         55 ompi/mca/osc/portals4/osc_portals4_passive_target.c                   module->match_bits | OSC_PORTALS4_MB_CONTROL,
match_bits         87 ompi/mca/osc/portals4/osc_portals4_passive_target.c                  module->match_bits | OSC_PORTALS4_MB_CONTROL,
match_bits        118 ompi/mca/osc/portals4/osc_portals4_passive_target.c                          module->match_bits | OSC_PORTALS4_MB_CONTROL,
match_bits        174 opal/mca/btl/portals4/btl_portals4.c         me.match_bits = BTL_PORTALS4_LONG_MSG;
match_bits        642 opal/mca/btl/portals4/btl_portals4.c     me.match_bits = handle->key;
match_bits        664 opal/mca/btl/portals4/btl_portals4.c         me.match_id.rank, me.match_id.phys.nid, me.match_id.phys.pid, me.match_bits));
match_bits        162 opal/mca/btl/portals4/btl_portals4.h #define BTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, source, tag, type) \
match_bits        164 opal/mca/btl/portals4/btl_portals4.h         match_bits = contextid;                                         \
match_bits        165 opal/mca/btl/portals4/btl_portals4.h         match_bits = (match_bits << 16);                                \
match_bits        166 opal/mca/btl/portals4/btl_portals4.h         match_bits |= source;                                           \
match_bits        167 opal/mca/btl/portals4/btl_portals4.h         match_bits = (match_bits << 32);                                \
match_bits        168 opal/mca/btl/portals4/btl_portals4.h         match_bits |= (BTL_PORTALS4_TAG_MASK & tag) | type;             \
match_bits        725 opal/mca/btl/portals4/btl_portals4_component.c                                  frag->match_bits, /* match bits */
match_bits        738 opal/mca/btl/portals4/btl_portals4_component.c                         frag->peer_proc.rank, frag->peer_proc.phys.pid, frag->peer_proc.phys.nid, frag->match_bits));
match_bits         53 opal/mca/btl/portals4/btl_portals4_frag.h     ptl_match_bits_t match_bits;
match_bits         80 opal/mca/btl/portals4/btl_portals4_rdma.c     frag->match_bits = remote_handle->key;
match_bits         86 opal/mca/btl/portals4/btl_portals4_rdma.c         local_address, size, (void*)local_handle->remote_offset, btl_peer->ptl_proc.phys.nid, btl_peer->ptl_proc.phys.pid, frag->match_bits));
match_bits         93 opal/mca/btl/portals4/btl_portals4_rdma.c                  frag->match_bits, /* match bits */
match_bits         72 opal/mca/btl/portals4/btl_portals4_recv.h     ptl_match_bits_t match_bits, ignore_bits;
match_bits         78 opal/mca/btl/portals4/btl_portals4_recv.h     match_bits = BTL_PORTALS4_SHORT_MSG;
match_bits         99 opal/mca/btl/portals4/btl_portals4_recv.h     me.match_bits = match_bits;
match_bits         37 opal/mca/btl/portals4/btl_portals4_send.c     ptl_match_bits_t match_bits, msglen_type;
match_bits         49 opal/mca/btl/portals4/btl_portals4_send.c     BTL_PORTALS4_SET_SEND_BITS(match_bits, 0, 0, tag, msglen_type);
match_bits         66 opal/mca/btl/portals4/btl_portals4_send.c                          put_length, (uint64_t)match_bits));
match_bits         74 opal/mca/btl/portals4/btl_portals4_send.c                  match_bits,                     /* match bits */
match_bits         85 opal/mca/btl/portals4/btl_portals4_send.c             (void *)frag->segments[0].base.seg_addr.pval, put_length, (uint64_t)match_bits));