iface             105 opal/mca/btl/uct/btl_uct_endpoint.c static inline ucs_status_t mca_btl_uct_ep_create_connected_compat (uct_iface_h iface, uct_device_addr_t *device_addr,
iface             110 opal/mca/btl/uct/btl_uct_endpoint.c                                  .iface = iface, .dev_addr = device_addr, .iface_addr = iface_addr};
iface             113 opal/mca/btl/uct/btl_uct_endpoint.c     return uct_ep_create_connected (iface, device_addr, iface_addr, uct_ep);
iface             117 opal/mca/btl/uct/btl_uct_endpoint.c static inline ucs_status_t mca_btl_uct_ep_create_compat (uct_iface_h iface, uct_ep_h *uct_ep)
iface             120 opal/mca/btl/uct/btl_uct_endpoint.c     uct_ep_params_t ep_params = {.field_mask = UCT_EP_PARAM_FIELD_IFACE, .iface = iface};
iface             123 opal/mca/btl/uct/btl_uct_endpoint.c     return uct_ep_create (iface, uct_ep);