Lines Matching refs:iovec
349 struct user_sdma_iovec *iovec,
358 start = (uintptr_t)iovec->iov.iov_base + iovec->offset;
385 iovec->offset += from_this_cache_entry;
394 * offset in the given iovec entry and continuing until all data has been added
395 * to the iovec or the iovec entry type changes.
403 struct user_sdma_iovec *iovec,
408 * Walk through iovec entries, ensure the associated pages
410 * data remains to be added or the iovec entry type changes.
417 cur_iovec = iovec;
418 from_this_iovec = iovec->iov.iov_len - iovec->offset;
423 /* The current iovec entry will be consumed by this pass. */
425 iovec++;