uct_iov            42 opal/mca/btl/uct/btl_uct_am.c         frag->uct_iov.length = size;
uct_iov            91 opal/mca/btl/uct/btl_uct_am.c         _mca_btl_uct_send_pack ((void *) ((intptr_t) frag->uct_iov.buffer + reserve), NULL, 0,
uct_iov           102 opal/mca/btl/uct/btl_uct_am.c         frag->uct_iov.length   = total_size;
uct_iov           164 opal/mca/btl/uct/btl_uct_am.c     const ssize_t msg_size = frag->uct_iov.length + 8;
uct_iov           181 opal/mca/btl/uct/btl_uct_am.c                                           &frag->uct_iov, 1, 0, &frag->comp.uct_comp);
uct_iov           190 opal/mca/btl/uct/btl_uct_am.c             if (1 == frag->base.des_segment_count && (frag->uct_iov.length + 8) < MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, 0).cap.am.max_short) {
uct_iov           191 opal/mca/btl/uct/btl_uct_am.c                 ucs_status = uct_ep_am_short (ep_handle, MCA_BTL_UCT_FRAG, frag->header.value, frag->uct_iov.buffer,
uct_iov           192 opal/mca/btl/uct/btl_uct_am.c                                               frag->uct_iov.length);
uct_iov           241 opal/mca/btl/uct/btl_uct_am.c                  OPAL_PROC_MY_NAME.vpid, endpoint->ep_proc->proc_name.vpid, frag->uct_iov.length));
uct_iov            41 opal/mca/btl/uct/btl_uct_frag.c     frag->uct_iov.buffer = frag->base.super.ptr;
uct_iov            42 opal/mca/btl/uct/btl_uct_frag.c     frag->uct_iov.stride = 0;
uct_iov            43 opal/mca/btl/uct/btl_uct_frag.c     frag->uct_iov.count = 1;
uct_iov            45 opal/mca/btl/uct/btl_uct_frag.c         frag->uct_iov.memh = reg->uct_memh;
uct_iov           263 opal/mca/btl/uct/btl_uct_types.h     uct_iov_t uct_iov;