Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.c373 const u16 active = ioat_ring_active(ioat_chan); in reshape_ring()
645 active = ioat_ring_active(ioat_chan); in __cleanup()
819 if (ioat_ring_active(ioat_chan)) { in check_active()
883 if (ioat_ring_active(ioat_chan)) in ioat_timer_event()
Ddma.h348 static inline u16 ioat_ring_active(struct ioatdma_chan *ioat_chan) in ioat_ring_active() function
363 return ioat_ring_size(ioat_chan) - ioat_ring_active(ioat_chan); in ioat_ring_space()
Dsysfs.c120 return sprintf(page, "%d\n", ioat_ring_active(ioat_chan)); in ring_active_show()