data_endpoint     212 ompi/mca/osc/rdma/osc_rdma_accumulate.c         ret = ompi_osc_get_data_blocking (module, peer->data_endpoint, target_address, target_handle, ptr, len);
data_endpoint     498 ompi/mca/osc/rdma/osc_rdma_accumulate.c     ret = ompi_osc_rdma_btl_cswap (module, peer->data_endpoint, target_address, target_handle, compare, source, flags,
data_endpoint     551 ompi/mca/osc/rdma/osc_rdma_accumulate.c     ret = ompi_osc_rdma_btl_fop (module, peer->data_endpoint, target_address, target_handle, btl_op, origin, flags,
data_endpoint     584 ompi/mca/osc/rdma/osc_rdma_accumulate.c     ret = ompi_osc_get_data_blocking (module, peer->data_endpoint, address, target_handle, &old_value, 8);
data_endpoint     599 ompi/mca/osc/rdma/osc_rdma_accumulate.c         ret = ompi_osc_rdma_btl_cswap (module, peer->data_endpoint, address, target_handle,
data_endpoint     659 ompi/mca/osc/rdma/osc_rdma_accumulate.c     ret = ompi_osc_rdma_btl_op (module, peer->data_endpoint, target_address, target_handle, btl_op, origin,
data_endpoint     712 ompi/mca/osc/rdma/osc_rdma_accumulate.c     ret = ompi_osc_get_data_blocking (module, peer->data_endpoint, target_address, target_handle, result_addr, len);
data_endpoint     740 ompi/mca/osc/rdma/osc_rdma_accumulate.c         ret = module->selected_btl->btl_put (module->selected_btl, peer->data_endpoint, ptr, target_address,
data_endpoint     451 ompi/mca/osc/rdma/osc_rdma_comm.c         ret = module->selected_btl->btl_put (module->selected_btl, peer->data_endpoint, ptr, target_address,
data_endpoint     488 ompi/mca/osc/rdma/osc_rdma_comm.c             ret = ompi_osc_rdma_register (module, peer->data_endpoint, source_buffer, size, 0, &local_handle);
data_endpoint     663 ompi/mca/osc/rdma/osc_rdma_comm.c                 (void) ompi_osc_rdma_register (module, peer->data_endpoint, ptr, aligned_len, MCA_BTL_REG_FLAG_LOCAL_WRITE,
data_endpoint     698 ompi/mca/osc/rdma/osc_rdma_comm.c         ret = module->selected_btl->btl_get (module->selected_btl, peer->data_endpoint, ptr,
data_endpoint     717 ompi/mca/osc/rdma/osc_rdma_component.c                 peer->data_endpoint = ompi_osc_rdma_peer_btl_endpoint (module, peer_rank);
data_endpoint     720 ompi/mca/osc/rdma/osc_rdma_component.c                 peer->data_endpoint = ompi_osc_rdma_peer_btl_endpoint (module, temp[0].rank);
data_endpoint      78 ompi/mca/osc/rdma/osc_rdma_peer.c     peer->data_endpoint = endpoint;
data_endpoint     222 ompi/mca/osc/rdma/osc_rdma_peer.c             ex_peer->super.super.data_endpoint = ex_peer->super.super.state_endpoint;
data_endpoint      28 ompi/mca/osc/rdma/osc_rdma_peer.h     struct mca_btl_base_endpoint_t *data_endpoint;