Home
last modified time | relevance | path

Searched refs:UCS_MASK (Results 1 – 25 of 40) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucg/api/
H A Ducg.h140 UCG_GROUP_COLLECTIVE_MODIFIER_MASK = UCS_MASK(16)
171 UCG_GROUP_MEMBER_DISTANCE_SOCKET = UCS_MASK(3), /* member is on the same socket */
173 UCG_GROUP_MEMBER_DISTANCE_HOST = UCS_MASK(4), /* member is on the same host */
175 UCG_GROUP_MEMBER_DISTANCE_NET = UCS_MASK(8) - 1, /* member is on the network */
177 UCG_GROUP_MEMBER_DISTANCE_LAST = UCS_MASK(8)
H A Ducg_plan_component.h118 UCG_REQUEST_COMMON_FLAG_MASK = UCS_MASK(1)
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucm/bistro/
H A Dbistro_ppc64.c41 (OPCODE(_rs, (_spr) & 0x1f, 31) + (((_spr) & ~UCS_MASK(5)) << 6) + (467 << 1))
47 (OPCODE(_rs, _rt, 30) + (((_sh) & UCS_MASK(5)) << 11) + ((_sh & ~UCS_MASK(5)) >> 4) + \
48 (((_mb) & UCS_MASK(5)) << 6) + ((_mb) && ~UCS_MASK(5)) + UCS_BIT(2))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dptr_array.h80 #define UCS_PTR_ARRAY_FREE_AHEAD_MASK (((ucs_ptr_array_elem_t)-1) & ~UCS_MASK(UCS_PTR_ARRAY_FREE_A…
82 #define UCS_PTR_ARRAY_NEXT_MASK (UCS_MASK(UCS_PTR_ARRAY_FREE_AHEAD_SHIFT) & ~UCS_MASK(UCS_PT…
H A Dmpmc.c96 *value_p = value & UCS_MASK(UCS_MPMC_VALID_SHIFT); in ucs_mpmc_queue_pull()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/mlx5/
H A Dib_mlx5_log.c69 qp_num = ntohl(ecqe->s_wqe_opcode_qpn) & UCS_MASK(UCT_IB_QPN_ORDER); in uct_ib_mlx5_completion_with_err()
239 sgid_index = (htonl(grh_av->grh_gid_fl) >> 20) & UCS_MASK(8); in uct_ib_mlx5_dump_dgram()
443 (unsigned)(ntohl(cqe->sop_drop_qpn) & UCS_MASK(UCT_IB_QPN_ORDER)), in uct_ib_mlx5_cqe_dump()
444 (unsigned)(ntohl(cqe->flags_rqpn) & UCS_MASK(UCT_IB_QPN_ORDER)), in uct_ib_mlx5_cqe_dump()
465 ntohl(cqe->sop_drop_qpn) & UCS_MASK(UCT_IB_QPN_ORDER), in __uct_ib_mlx5_log_rx()
466 ntohl(cqe->flags_rqpn) & UCS_MASK(UCT_IB_QPN_ORDER), in __uct_ib_mlx5_log_rx()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/ud/base/
H A Dud_def.h63 UCT_UD_PACKET_AM_ID_MASK = UCS_MASK(UCT_UD_PACKET_AM_ID_SHIFT),
64 UCT_UD_PACKET_DEST_ID_MASK = UCS_MASK(UCT_UD_PACKET_DEST_ID_SHIFT),
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/pml/ucx/
H A Dpml_ucx_request.h56 _ucp_tag = (((uint64_t)(_src) & UCS_MASK(PML_UCX_RANK_BITS)) << PML_UCX_CONTEXT_BITS) | \
66 (((_tag) >> PML_UCX_CONTEXT_BITS) & UCS_MASK(PML_UCX_RANK_BITS))
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/pml/ucx/
H A Dpml_ucx_request.h56 _ucp_tag = (((uint64_t)(_src) & UCS_MASK(PML_UCX_RANK_BITS)) << PML_UCX_CONTEXT_BITS) | \
66 (((_tag) >> PML_UCX_CONTEXT_BITS) & UCS_MASK(PML_UCX_RANK_BITS))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/posix/
H A Dmm_posix.c117 UCS_STATIC_ASSERT(UCS_MASK(UCT_POSIX_PROCFS_MMID_PID_BITS + in uct_posix_mmid_procfs_pack()
121 ucs_assert(pid <= UCS_MASK(UCT_POSIX_PROCFS_MMID_PID_BITS)); in uct_posix_mmid_procfs_pack()
122 ucs_assert(fd <= UCS_MASK(UCT_POSIX_PROCFS_MMID_FD_BITS)); in uct_posix_mmid_procfs_pack()
129 *pid_p = mmid & UCS_MASK(UCT_POSIX_PROCFS_MMID_PID_BITS); in uct_posix_mmid_procfs_unpack()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucg/base/
H A Ducg_group.h20 #define UCG_GROUP_COLLECTIVE_MODIFIER_MASK UCS_MASK(7)
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_pgtable.cc586 measure_workload(UCS_MASK(28),
593 measure_workload(UCS_MASK(28),
600 measure_workload(UCS_MASK(28),
607 measure_workload(UCS_MASK(28),
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/arch/
H A Dbitops.h120 ucs_popcount((_map) & (UCS_MASK(_idx)))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/sys/
H A Dcompiler_def.h74 #define UCS_MASK(i) (UCS_BIT(i) - 1) macro
H A Dmath.h92 (((_i) >= 64) ? ((uint64_t)(-1)) : UCS_MASK(_i))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/rma/
H A Dflush.c37 ucp_lane_map_t all_lanes = UCS_MASK(num_lanes); in ucp_ep_flush_progress()
210 (req->send.flush.started_lanes != UCS_MASK(ucp_ep_num_lanes(ep)))) { in ucp_ep_flush_progress_pending()
269 req->send.flush.started_lanes = UCS_MASK(req->send.flush.num_lanes); in ucp_ep_flush_request_ff()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ucx/
H A Ducx_impl.h58 ucp_tag |= (src & UCS_MASK(MPIDI_UCX_CONTEXT_RANK_BITS)); in MPIDI_UCX_recv_tag()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/wireup/
H A Daddress.c104 #define UCP_ADDRESS_FLAG_LEN_MASK (UCS_MASK(8) ^ \
112 #define UCP_ADDRESS_FLAG_MD_MASK (UCS_MASK(8) ^ \
117 #define UCP_ADDRESS_HEADER_VERSION_MASK UCS_MASK(4) /* Version - 4 bits */
472 iface_attr->priority = packed->prio_cap_flags & UCS_MASK(8); in ucp_address_unpack_iface_attr()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_mm.c225 status = ucp_mem_rereg_mds(context, UCS_MASK(context->num_mds), memh->address, in ucp_mem_alloc()
353 status = ucp_mem_rereg_mds(context, UCS_MASK(context->num_mds), in ucp_mem_map_common()
H A Ducp_ep.inl233 unsigned idx = ucs_popcount(key->reachable_md_map & UCS_MASK(dst_md_index));
H A Ducp_rkey.c77 ucs_assert(ucs_test_all_flags(UCS_MASK(context->num_mds), md_map)); in ucp_rkey_pack_uct()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucm/mmap/
H A Dinstall.c236 UCS_MASK(ucs_array_size(ucm_mmap_event_name)); in ucm_mmap_event_report_missing()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/accel/
H A Drc_mlx5_iface.c113 qp_num = ntohl(cqe->sop_drop_qpn) & UCS_MASK(UCT_IB_QPN_ORDER); in uct_rc_mlx5_iface_poll_tx()
207 UCS_MASK(UCT_IB_QPN_ORDER); in uct_rc_mlx5_iface_handle_failure()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_iface.c265 memb = &(*ptr)[qp_num & UCS_MASK(UCT_RC_QP_TABLE_MEMB_ORDER)]; in uct_rc_iface_add_qp()
275 [qp_num & UCS_MASK(UCT_RC_QP_TABLE_MEMB_ORDER)]; in uct_rc_iface_remove_qp()
H A Drc_iface.h380 [qp_num & UCS_MASK(UCT_RC_QP_TABLE_MEMB_ORDER)]; in uct_rc_iface_lookup_ep()

12