MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY  143 opal/mca/btl/uct/btl_uct_endpoint.c     tl_endpoint->flags = MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY;
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY  328 opal/mca/btl/uct/btl_uct_endpoint.c     return (tl_endpoint->flags & MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY) ? OPAL_SUCCESS : OPAL_ERR_OUT_OF_RESOURCE;
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY  353 opal/mca/btl/uct/btl_uct_endpoint.c                  (void *) tl_endpoint->uct_ep, !!(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & tl_endpoint->flags)));
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY  356 opal/mca/btl/uct/btl_uct_endpoint.c     if (MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & tl_endpoint->flags) {
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY   40 opal/mca/btl/uct/btl_uct_endpoint.h     if (OPAL_LIKELY(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags)) {
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY   68 opal/mca/btl/uct/btl_uct_endpoint.h     if (OPAL_LIKELY(MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags)) {
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY   76 opal/mca/btl/uct/btl_uct_endpoint.h                  MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY & endpoint->uct_eps[ep_index][tl_index].flags));
MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY  228 opal/mca/btl/uct/btl_uct_tl.c                 (void) opal_atomic_or_fetch_32 (&tl_endpoint->flags, MCA_BTL_UCT_ENDPOINT_FLAG_CONN_READY);