Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ioat/
Ddma.h327 static inline u32 ioat_ring_space(struct ioatdma_chan *ioat_chan) in ioat_ring_space() function
Ddma.c212 if (ioat_ring_space(ioat_chan) < 1) { in __ioat_start_null_desc()
471 if (likely(ioat_ring_space(ioat_chan) > num_descs)) { in ioat_check_space_lock()
Dinit.c636 descs = ioat_ring_space(ioat_chan); in ioat_free_chan_resources()