Home
last modified time | relevance | path

Searched refs:ioat_xferlen_to_descs (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ioat/
Dprep.c115 num_descs = ioat_xferlen_to_descs(ioat_chan, len); in ioat_dma_prep_memcpy_lock()
170 num_descs = ioat_xferlen_to_descs(ioat_chan, len); in __ioat_prep_xor_lock()
364 num_descs = ioat_xferlen_to_descs(ioat_chan, len); in __ioat_prep_pq_lock()
482 num_descs = ioat_xferlen_to_descs(ioat_chan, len); in __ioat_prep_pq16_lock()
Ddma.h333 ioat_xferlen_to_descs(struct ioatdma_chan *ioat_chan, size_t len) in ioat_xferlen_to_descs() function