Home
last modified time | relevance | path

Searched refs:desc_chunks (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/dma/ioat/
Ddma.c386 ioat_chan->desc_chunks = chunks; in ioat_alloc_ring()
405 ioat_chan->desc_chunks = 0; in ioat_alloc_ring()
419 for (idx = 0; idx < ioat_chan->desc_chunks; idx++) { in ioat_alloc_ring()
428 ioat_chan->desc_chunks = 0; in ioat_alloc_ring()
Ddma.h136 int desc_chunks; member
Dinit.c642 for (i = 0; i < ioat_chan->desc_chunks; i++) { in ioat_free_chan_resources()
649 ioat_chan->desc_chunks = 0; in ioat_free_chan_resources()