uct_comp 181 opal/mca/btl/uct/btl_uct_am.c &frag->uct_iov, 1, 0, &frag->comp.uct_comp); uct_comp 71 opal/mca/btl/uct/btl_uct_amo.c rkey.rkey, &comp->uct_comp); uct_comp 74 opal/mca/btl/uct/btl_uct_amo.c rkey.rkey, &comp->uct_comp); uct_comp 80 opal/mca/btl/uct/btl_uct_amo.c rkey.rkey, (uint32_t *) local_address, &comp->uct_comp); uct_comp 83 opal/mca/btl/uct/btl_uct_amo.c (uint64_t *) local_address, &comp->uct_comp); uct_comp 88 opal/mca/btl/uct/btl_uct_amo.c rkey.rkey, (uint32_t *) local_address, &comp->uct_comp); uct_comp 91 opal/mca/btl/uct/btl_uct_amo.c (uint64_t *) local_address, &comp->uct_comp); uct_comp 164 opal/mca/btl/uct/btl_uct_amo.c rkey.rkey, (uint32_t *) local_address, &comp->uct_comp); uct_comp 167 opal/mca/btl/uct/btl_uct_amo.c (uint64_t *) local_address, &comp->uct_comp); uct_comp 127 opal/mca/btl/uct/btl_uct_device_context.h comp->uct_comp.count = 1; uct_comp 14 opal/mca/btl/uct/btl_uct_frag.c static void mca_btl_uct_frag_completion (uct_completion_t *uct_comp, ucs_status_t status) uct_comp 16 opal/mca/btl/uct/btl_uct_frag.c mca_btl_uct_uct_completion_t *comp = (mca_btl_uct_uct_completion_t *) ((uintptr_t) uct_comp - offsetof (mca_btl_uct_uct_completion_t, uct_comp)); uct_comp 36 opal/mca/btl/uct/btl_uct_frag.c frag->comp.uct_comp.func = mca_btl_uct_frag_completion; uct_comp 37 opal/mca/btl/uct/btl_uct_frag.c frag->comp.uct_comp.count = 1; uct_comp 14 opal/mca/btl/uct/btl_uct_rdma.c void mca_btl_uct_uct_completion (uct_completion_t *uct_comp, ucs_status_t status) uct_comp 16 opal/mca/btl/uct/btl_uct_rdma.c mca_btl_uct_uct_completion_t *comp = (mca_btl_uct_uct_completion_t *) ((uintptr_t) uct_comp - offsetof (mca_btl_uct_uct_completion_t, uct_comp)); uct_comp 28 opal/mca/btl/uct/btl_uct_rdma.c comp->uct_comp.func = mca_btl_uct_uct_completion; uct_comp 42 opal/mca/btl/uct/btl_uct_rdma.c comp->uct_comp.count = 1; uct_comp 103 opal/mca/btl/uct/btl_uct_rdma.c rkey.rkey, &comp->uct_comp); uct_comp 107 opal/mca/btl/uct/btl_uct_rdma.c ucs_status = uct_ep_get_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp); uct_comp 207 opal/mca/btl/uct/btl_uct_rdma.c ucs_status = uct_ep_put_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp); uct_comp 31 opal/mca/btl/uct/btl_uct_rdma.h void mca_btl_uct_uct_completion (uct_completion_t *uct_comp, ucs_status_t status); uct_comp 197 opal/mca/btl/uct/btl_uct_types.h uct_completion_t uct_comp;