Lines Matching defs:src
108 dma_addr_t src = dma_src;
130 hw->src_addr = src;
135 src += copy;
153 dma_addr_t dest, dma_addr_t *src, unsigned int src_cnt,
210 xor_set_src(descs, src[s], offset, s);
245 ioat_prep_xor(struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src,
253 return __ioat_prep_xor_lock(chan, NULL, dest, src, src_cnt, len, flags);
257 ioat_prep_xor_val(struct dma_chan *chan, dma_addr_t *src,
271 return __ioat_prep_xor_lock(chan, result, src[0], &src[1],
340 const dma_addr_t *dst, const dma_addr_t *src,
406 pq_set_src(descs, src[s], offset, scf[s], s);
464 const dma_addr_t *dst, const dma_addr_t *src,
519 pq16_set_src(descs, src[s], offset, scf[s], s);
574 ioat_prep_pq(struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src,
597 single_source[0] = src[0];
598 single_source[1] = src[0];
611 __ioat_prep_pq16_lock(chan, NULL, dst, src, src_cnt,
613 __ioat_prep_pq_lock(chan, NULL, dst, src, src_cnt,
619 ioat_prep_pq_val(struct dma_chan *chan, dma_addr_t *pq, dma_addr_t *src,
640 __ioat_prep_pq16_lock(chan, pqres, pq, src, src_cnt, scf, len,
642 __ioat_prep_pq_lock(chan, pqres, pq, src, src_cnt, scf, len,
647 ioat_prep_pqxor(struct dma_chan *chan, dma_addr_t dst, dma_addr_t *src,
666 __ioat_prep_pq16_lock(chan, NULL, pq, src, src_cnt, scf, len,
668 __ioat_prep_pq_lock(chan, NULL, pq, src, src_cnt, scf, len,
673 ioat_prep_pqxor_val(struct dma_chan *chan, dma_addr_t *src,
693 pq[0] = src[0];
698 __ioat_prep_pq16_lock(chan, result, pq, &src[1], src_cnt - 1,
700 __ioat_prep_pq_lock(chan, result, pq, &src[1], src_cnt - 1,