Home
last modified time | relevance | path

Searched refs:ioat_ring_active (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Ddma.c612 active = ioat_ring_active(ioat_chan); in __cleanup()
733 active = ioat_ring_active(ioat_chan); in ioat_abort_descs()
876 if (ioat_ring_active(ioat_chan)) { in check_active()
934 if (!ioat_ring_active(ioat_chan)) { in ioat_timer_event()
964 ioat_ring_active(ioat_chan)); in ioat_timer_event()
H A Ddma.h314 static inline u16 ioat_ring_active(struct ioatdma_chan *ioat_chan) in ioat_ring_active() function
329 return ioat_ring_size(ioat_chan) - ioat_ring_active(ioat_chan); in ioat_ring_space()
H A Dsysfs.c124 return sprintf(page, "%d\n", ioat_ring_active(ioat_chan)); in ring_active_show()
/kernel/linux/linux-6.6/drivers/dma/ioat/
H A Ddma.c612 active = ioat_ring_active(ioat_chan); in __ioat_cleanup()
733 active = ioat_ring_active(ioat_chan); in ioat_abort_descs()
876 if (ioat_ring_active(ioat_chan)) { in check_active()
934 if (!ioat_ring_active(ioat_chan)) { in ioat_timer_event()
964 ioat_ring_active(ioat_chan)); in ioat_timer_event()
H A Ddma.h313 static inline u16 ioat_ring_active(struct ioatdma_chan *ioat_chan) in ioat_ring_active() function
328 return ioat_ring_size(ioat_chan) - ioat_ring_active(ioat_chan); in ioat_ring_space()
H A Dsysfs.c124 return sprintf(page, "%d\n", ioat_ring_active(ioat_chan)); in ring_active_show()

Completed in 5 milliseconds