Lines Matching refs:dst
173 ioat_prep_copy(struct spdk_ioat_chan *ioat, uint64_t dst,
192 hw_desc->dma.dest_addr = dst;
203 ioat_prep_fill(struct spdk_ioat_chan *ioat, uint64_t dst,
222 hw_desc->fill.dest_addr = dst;
576 void *dst, const void *src, uint64_t nbytes)
590 vdst = (uint64_t)dst;
642 void *dst, const void *src, uint64_t nbytes)
646 rc = spdk_ioat_build_copy(ioat, cb_arg, cb_fn, dst, src, nbytes);
657 void *dst, uint64_t fill_pattern, uint64_t nbytes)
676 vdst = (uint64_t)dst;
715 void *dst, uint64_t fill_pattern, uint64_t nbytes)
719 rc = spdk_ioat_build_fill(ioat, cb_arg, cb_fn, dst, fill_pattern, nbytes);