Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Ddma.h361 static inline u32 ioat_ring_space(struct ioatdma_chan *ioat_chan) in ioat_ring_space() function
Ddma.c168 if (ioat_ring_space(ioat_chan) < 1) { in __ioat_start_null_desc()
489 if (likely(ioat_ring_space(ioat_chan) > num_descs)) { in ioat_check_space_lock()
Dinit.c652 descs = ioat_ring_space(ioat_chan); in ioat_free_chan_resources()