mxm_peers 113 oshmem/mca/atomic/mxm/atomic_mxm.h sreq->base.conn = mca_atomic_mxm_spml_self->mxm_peers[pe].mxm_hw_rdma_conn; mxm_peers 75 oshmem/mca/spml/ikrit/spml_ikrit.c return mca_spml_ikrit.mxm_peers[dst].ptl_id; mxm_peers 197 oshmem/mca/spml/ikrit/spml_ikrit.c peer = &mca_spml_ikrit.mxm_peers[dst_pe]; mxm_peers 229 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[pe].ptl_id = MXM_PTL_RDMA; mxm_peers 302 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_ep_disconnect(mca_spml_ikrit.mxm_peers[i].mxm_conn); mxm_peers 304 oshmem/mca/spml/ikrit/spml_ikrit.c assert(mca_spml_ikrit.mxm_peers[i].mxm_hw_rdma_conn != mca_spml_ikrit.mxm_peers[i].mxm_conn); mxm_peers 305 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_ep_disconnect(mca_spml_ikrit.mxm_peers[i].mxm_hw_rdma_conn); mxm_peers 307 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_peer_destruct(&mca_spml_ikrit.mxm_peers[i]); mxm_peers 309 oshmem/mca/spml/ikrit/spml_ikrit.c free(mca_spml_ikrit.mxm_peers); mxm_peers 342 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers = (mxm_peer_t *) calloc(nprocs , sizeof(mxm_peer_t)); mxm_peers 343 oshmem/mca/spml/ikrit/spml_ikrit.c if (NULL == mca_spml_ikrit.mxm_peers) { mxm_peers 380 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_peer_construct(&mca_spml_ikrit.mxm_peers[i]); mxm_peers 382 oshmem/mca/spml/ikrit/spml_ikrit.c err = mxm_ep_connect(mca_spml_ikrit.mxm_ep, ep_info[i].addr.ep_addr, &mca_spml_ikrit.mxm_peers[i].mxm_conn); mxm_peers 387 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_conn_ctx_set(mca_spml_ikrit.mxm_peers[i].mxm_conn, &mca_spml_ikrit.mxm_peers[i]); mxm_peers 389 oshmem/mca/spml/ikrit/spml_ikrit.c err = mxm_ep_connect(mca_spml_ikrit.mxm_hw_rdma_ep, ep_hw_rdma_info[i].addr.ep_addr, &mca_spml_ikrit.mxm_peers[i].mxm_hw_rdma_conn); mxm_peers 395 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[i].mxm_hw_rdma_conn = mca_spml_ikrit.mxm_peers[i].mxm_conn; mxm_peers 421 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[i].ptl_id = MXM_PTL_SHM; mxm_peers 610 oshmem/mca/spml/ikrit/spml_ikrit.c sreq->base.conn = mca_spml_ikrit.mxm_peers[src].mxm_conn; mxm_peers 750 oshmem/mca/spml/ikrit/spml_ikrit.c fence_req->mxm_req.base.conn = mca_spml_ikrit.mxm_peers[dst].mxm_conn; mxm_peers 774 oshmem/mca/spml/ikrit/spml_ikrit.c peer = &mca_spml_ikrit.mxm_peers[put_req->pe]; mxm_peers 848 oshmem/mca/spml/ikrit/spml_ikrit.c (mca_spml_ikrit.mxm_peers[dst].n_active_puts + 1) % SPML_IKRIT_PACKETS_PER_SYNC == 0) { mxm_peers 862 oshmem/mca/spml/ikrit/spml_ikrit.c put_req->mxm_req.base.conn = mca_spml_ikrit.mxm_peers[dst].mxm_conn; mxm_peers 875 oshmem/mca/spml/ikrit/spml_ikrit.c if (mca_spml_ikrit.mxm_peers[dst].need_fence == 0) { mxm_peers 877 oshmem/mca/spml/ikrit/spml_ikrit.c &mca_spml_ikrit.mxm_peers[dst].link); mxm_peers 878 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[dst].need_fence = 1; mxm_peers 881 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[dst].n_active_puts++; mxm_peers 929 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_req.base.conn = mca_spml_ikrit.mxm_peers[dst].mxm_conn; mxm_peers 942 oshmem/mca/spml/ikrit/spml_ikrit.c if (mca_spml_ikrit.mxm_peers[dst].need_fence == 0) { mxm_peers 944 oshmem/mca/spml/ikrit/spml_ikrit.c &mca_spml_ikrit.mxm_peers[dst].link); mxm_peers 945 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[dst].need_fence = 1; mxm_peers 1022 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit_mxm_fence(peer - mca_spml_ikrit.mxm_peers); mxm_peers 1090 oshmem/mca/spml/ikrit/spml_ikrit.c req.base.conn = mca_spml_ikrit.mxm_peers[dst].mxm_conn; mxm_peers 105 oshmem/mca/spml/ikrit/spml_ikrit.h mxm_peer_t *mxm_peers; mxm_peers 209 oshmem/mca/spml/ikrit/spml_ikrit.h mkey = module->mxm_peers[pe].mkeys;