ep_params 358 ompi/mca/pml/ucx/pml_ucx.c ucp_ep_params_t ep_params; ep_params 372 ompi/mca/pml/ucx/pml_ucx.c ep_params.field_mask = UCP_EP_PARAM_FIELD_REMOTE_ADDRESS; ep_params 373 ompi/mca/pml/ucx/pml_ucx.c ep_params.address = address; ep_params 375 ompi/mca/pml/ucx/pml_ucx.c status = ucp_ep_create(ompi_pml_ucx.ucp_worker, &ep_params, &ep); ep_params 109 opal/mca/btl/uct/btl_uct_endpoint.c uct_ep_params_t ep_params = {.field_mask = UCT_EP_PARAM_FIELD_IFACE | UCT_EP_PARAM_FIELD_DEV_ADDR | UCT_EP_PARAM_FIELD_IFACE_ADDR, ep_params 111 opal/mca/btl/uct/btl_uct_endpoint.c return uct_ep_create (&ep_params, uct_ep); ep_params 120 opal/mca/btl/uct/btl_uct_endpoint.c uct_ep_params_t ep_params = {.field_mask = UCT_EP_PARAM_FIELD_IFACE, .iface = iface}; ep_params 121 opal/mca/btl/uct/btl_uct_endpoint.c return uct_ep_create (&ep_params, uct_ep); ep_params 924 opal/mca/common/ucx/common_ucx_wpool.c ucp_ep_params_t ep_params; ep_params 930 opal/mca/common/ucx/common_ucx_wpool.c memset(&ep_params, 0, sizeof(ucp_ep_params_t)); ep_params 931 opal/mca/common/ucx/common_ucx_wpool.c ep_params.field_mask = UCP_EP_PARAM_FIELD_REMOTE_ADDRESS; ep_params 935 opal/mca/common/ucx/common_ucx_wpool.c ep_params.address = (ucp_address_t *)&(gctx->recv_worker_addrs[displ]); ep_params 936 opal/mca/common/ucx/common_ucx_wpool.c status = ucp_ep_create(winfo->worker, &ep_params, &winfo->endpoints[target]); ep_params 227 oshmem/mca/spml/ucx/spml_ucx.c ucp_ep_params_t ep_params; ep_params 257 oshmem/mca/spml/ucx/spml_ucx.c ep_params.field_mask = UCP_EP_PARAM_FIELD_REMOTE_ADDRESS; ep_params 258 oshmem/mca/spml/ucx/spml_ucx.c ep_params.address = (ucp_address_t *)(wk_raddrs + wk_roffs[i]); ep_params 260 oshmem/mca/spml/ucx/spml_ucx.c err = ucp_ep_create(mca_spml_ucx_ctx_default.ucp_worker, &ep_params, ep_params 553 oshmem/mca/spml/ucx/spml_ucx.c ucp_ep_params_t ep_params; ep_params 585 oshmem/mca/spml/ucx/spml_ucx.c ep_params.field_mask = UCP_EP_PARAM_FIELD_REMOTE_ADDRESS; ep_params 586 oshmem/mca/spml/ucx/spml_ucx.c ep_params.address = (ucp_address_t *)(mca_spml_ucx.remote_addrs_tbl[i]); ep_params 587 oshmem/mca/spml/ucx/spml_ucx.c err = ucp_ep_create(ucx_ctx->ucp_worker, &ep_params,