mca_btl_uct_endpoint_t   21 opal/mca/btl/uct/btl_uct_endpoint.c static void mca_btl_uct_endpoint_construct (mca_btl_uct_endpoint_t *endpoint)
mca_btl_uct_endpoint_t   28 opal/mca/btl/uct/btl_uct_endpoint.c static void mca_btl_uct_endpoint_destruct (mca_btl_uct_endpoint_t *endpoint)
mca_btl_uct_endpoint_t   41 opal/mca/btl/uct/btl_uct_endpoint.c OBJ_CLASS_INSTANCE(mca_btl_uct_endpoint_t, opal_object_t,
mca_btl_uct_endpoint_t   47 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_endpoint_t *endpoint = calloc (1, sizeof (*endpoint) + sizeof (endpoint->uct_eps[0]) *
mca_btl_uct_endpoint_t   54 opal/mca/btl/uct/btl_uct_endpoint.c     OBJ_CONSTRUCT(endpoint, mca_btl_uct_endpoint_t);
mca_btl_uct_endpoint_t  331 opal/mca/btl/uct/btl_uct_endpoint.c int mca_btl_uct_endpoint_connect (mca_btl_uct_module_t *uct_btl, mca_btl_uct_endpoint_t *endpoint, int context_id,
mca_btl_uct_endpoint_t   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);
mca_btl_uct_endpoint_t   34 opal/mca/btl/uct/btl_uct_endpoint.h static inline int mca_btl_uct_endpoint_test_am (mca_btl_uct_module_t *module, mca_btl_uct_endpoint_t *endpoint,
mca_btl_uct_endpoint_t   61 opal/mca/btl/uct/btl_uct_endpoint.h static inline int mca_btl_uct_endpoint_check (mca_btl_uct_module_t *module, mca_btl_uct_endpoint_t *endpoint,
mca_btl_uct_endpoint_t   80 opal/mca/btl/uct/btl_uct_endpoint.h static inline int mca_btl_uct_endpoint_check_rdma (mca_btl_uct_module_t *module, mca_btl_uct_endpoint_t *endpoint,
mca_btl_uct_endpoint_t   87 opal/mca/btl/uct/btl_uct_endpoint.h static inline int mca_btl_uct_endpoint_check_am (mca_btl_uct_module_t *module, mca_btl_uct_endpoint_t *endpoint,
mca_btl_uct_endpoint_t  266 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_endpoint_t *endpoint;
mca_btl_uct_endpoint_t  292 opal/mca/btl/uct/btl_uct_types.h OBJ_CLASS_DECLARATION(mca_btl_uct_endpoint_t);