Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/ioat/
Ddma.h326 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.c625 descs = ioat_ring_space(ioat_chan); in ioat_free_chan_resources()