Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/ioat/
Ddma.c373 ioat_chan->desc_chunks = chunks = (total_descs * IOAT_DESC_SZ) / SZ_2M; in ioat_alloc_ring()
390 ioat_chan->desc_chunks = 0; in ioat_alloc_ring()
404 for (idx = 0; idx < ioat_chan->desc_chunks; idx++) { in ioat_alloc_ring()
413 ioat_chan->desc_chunks = 0; in ioat_alloc_ring()
Ddma.h132 int desc_chunks; member
Dinit.c653 for (i = 0; i < ioat_chan->desc_chunks; i++) { in ioat_free_chan_resources()
660 ioat_chan->desc_chunks = 0; in ioat_free_chan_resources()