ep_addr 236 opal/mca/btl/uct/btl_uct_endpoint.c uint8_t *conn_tl_data, void *ep_addr) ep_addr 282 opal/mca/btl/uct/btl_uct_endpoint.c request->type = !!(ep_addr); ep_addr 297 opal/mca/btl/uct/btl_uct_endpoint.c if (ep_addr) { ep_addr 299 opal/mca/btl/uct/btl_uct_endpoint.c tl->uct_tl_name, tl_context->context_id, ep_addr)); ep_addr 302 opal/mca/btl/uct/btl_uct_endpoint.c ucs_status = uct_ep_connect_to_ep (tl_endpoint->uct_ep, (uct_device_addr_t *) tl_data, ep_addr); ep_addr 309 opal/mca/btl/uct/btl_uct_endpoint.c ucs_status = uct_ep_get_address (tl_endpoint->uct_ep, (uct_ep_addr_t *) request->ep_addr); ep_addr 332 opal/mca/btl/uct/btl_uct_endpoint.c void *ep_addr, int tl_index) ep_addr 363 opal/mca/btl/uct/btl_uct_endpoint.c if (NULL != tl_endpoint->uct_ep && NULL == ep_addr) { ep_addr 413 opal/mca/btl/uct/btl_uct_endpoint.c tl_data, conn_tl_data, ep_addr); ep_addr 32 opal/mca/btl/uct/btl_uct_endpoint.h int mca_btl_uct_endpoint_connect (mca_btl_uct_module_t *module, mca_btl_uct_endpoint_t *endpoint, int ep_index, void *ep_addr, int tl_index); ep_addr 211 opal/mca/btl/uct/btl_uct_tl.c rc = mca_btl_uct_endpoint_connect (module, endpoint, req->context_id, req->ep_addr, req->tl_index); ep_addr 90 opal/mca/btl/uct/btl_uct_types.h uint8_t ep_addr[]; ep_addr 351 oshmem/mca/spml/ikrit/spml_ikrit.c err = mxm_ep_get_address(mca_spml_ikrit.mxm_hw_rdma_ep, &my_ep_info.addr.ep_addr, &mxm_addr_len); ep_addr 361 oshmem/mca/spml/ikrit/spml_ikrit.c err = mxm_ep_get_address(mca_spml_ikrit.mxm_ep, &my_ep_info.addr.ep_addr, &mxm_addr_len); ep_addr 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); ep_addr 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); ep_addr 140 oshmem/mca/spml/ikrit/spml_ikrit.h char ep_addr[MXM_MAX_ADDR_LEN];