Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Ddma.c318 return ioat->desccount; in ioat1_dma_alloc_chan_resources()
340 ioat->desccount = i; in ioat1_dma_alloc_chan_resources()
357 __func__, ioat->desccount); in ioat1_dma_alloc_chan_resources()
358 return ioat->desccount; in ioat1_dma_alloc_chan_resources()
412 if (ioat->desccount == 0) in ioat1_dma_free_chan_resources()
456 ioat->desccount = 0; in ioat1_dma_free_chan_resources()
1098 return sprintf(page, "%d\n", ioat->desccount); in ring_size_show()
Ddma.h138 u16 desccount; member