Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.c321 return ioat->desccount; in ioat1_dma_alloc_chan_resources()
343 ioat->desccount = i; in ioat1_dma_alloc_chan_resources()
360 __func__, ioat->desccount); in ioat1_dma_alloc_chan_resources()
361 return ioat->desccount; in ioat1_dma_alloc_chan_resources()
379 if (ioat->desccount == 0) in ioat1_dma_free_chan_resources()
425 ioat->desccount = 0; in ioat1_dma_free_chan_resources()
1092 return sprintf(page, "%d\n", ioat->desccount); in ring_size_show()
Ddma.h144 u16 desccount; member