ptl_id 75 oshmem/mca/spml/ikrit/spml_ikrit.c return mca_spml_ikrit.mxm_peers[dst].ptl_id; ptl_id 154 oshmem/mca/spml/ikrit/spml_ikrit.c static mxm_mem_key_t *mca_spml_ikrit_get_mkey_slow(int pe, void *va, int ptl_id, void **rva); ptl_id 208 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_mem_key_t *mca_spml_ikrit_get_mkey_slow(int pe, void *va, int ptl_id, void **rva) ptl_id 213 oshmem/mca/spml/ikrit/spml_ikrit.c mkey = mca_memheap_base_get_cached_mkey(pe, va, ptl_id, rva); ptl_id 220 oshmem/mca/spml/ikrit/spml_ikrit.c if (MXM_PTL_SHM == ptl_id) { ptl_id 229 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[pe].ptl_id = MXM_PTL_RDMA; ptl_id 232 oshmem/mca/spml/ikrit/spml_ikrit.c ptl_id = MXM_PTL_RDMA; ptl_id 277 oshmem/mca/spml/ikrit/spml_ikrit.c p->ptl_id = MXM_PTL_RDMA; ptl_id 421 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[i].ptl_id = MXM_PTL_SHM; ptl_id 627 oshmem/mca/spml/ikrit/spml_ikrit.c int ptl_id; ptl_id 630 oshmem/mca/spml/ikrit/spml_ikrit.c ptl_id = get_ptl_id(src); ptl_id 634 oshmem/mca/spml/ikrit/spml_ikrit.c if (ptl_id != MXM_PTL_SHM) ptl_id 813 oshmem/mca/spml/ikrit/spml_ikrit.c int ptl_id; ptl_id 822 oshmem/mca/spml/ikrit/spml_ikrit.c ptl_id = get_ptl_id(dst); ptl_id 823 oshmem/mca/spml/ikrit/spml_ikrit.c mkey = mca_spml_ikrit_get_mkey(dst, dst_addr, ptl_id, &rva, &mca_spml_ikrit); ptl_id 834 oshmem/mca/spml/ikrit/spml_ikrit.c dst, ptl_id, dst_addr, src_addr, (int)size, (void *)rva); ptl_id 905 oshmem/mca/spml/ikrit/spml_ikrit.c int ptl_id; ptl_id 909 oshmem/mca/spml/ikrit/spml_ikrit.c ptl_id = get_ptl_id(dst); ptl_id 910 oshmem/mca/spml/ikrit/spml_ikrit.c mkey = mca_spml_ikrit_get_mkey(dst, dst_addr, ptl_id, &rva, &mca_spml_ikrit); ptl_id 913 oshmem/mca/spml/ikrit/spml_ikrit.c dst, ptl_id, dst_addr, src_addr, (int)size, (void *)rva); ptl_id 74 oshmem/mca/spml/ikrit/spml_ikrit.h uint8_t ptl_id; ptl_id 83 oshmem/mca/spml/ikrit/spml_ikrit.h typedef mxm_mem_key_t *(*mca_spml_ikrit_get_mkey_slow_fn_t)(int pe, void *va, int ptl_id, void **rva); ptl_id 199 oshmem/mca/spml/ikrit/spml_ikrit.h static inline mxm_mem_key_t *mca_spml_ikrit_get_mkey(int pe, void *va, int ptl_id, void **rva, ptl_id 204 oshmem/mca/spml/ikrit/spml_ikrit.h if (OPAL_UNLIKELY(MXM_PTL_RDMA != ptl_id)) { ptl_id 206 oshmem/mca/spml/ikrit/spml_ikrit.h return module->get_mkey_slow(pe, va, ptl_id, rva); ptl_id 213 oshmem/mca/spml/ikrit/spml_ikrit.h return module->get_mkey_slow(pe, va, ptl_id, rva);