Home
last modified time | relevance | path

Searched refs:hw_complete_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/tile/gxio/
Ddma_queue.c62 dma_queue->hw_complete_count = 0; in __gxio_dma_queue_init()
81 cmpxchg(&dma_queue->hw_complete_count, in __gxio_dma_queue_update_credits()
107 if (cmpxchg(&dma_queue->hw_complete_count, in __gxio_dma_queue_update_credits()
166 if (ACCESS_ONCE(dma_queue->hw_complete_count) > in __gxio_dma_queue_is_complete()
173 return ACCESS_ONCE(dma_queue->hw_complete_count) > completion_slot; in __gxio_dma_queue_is_complete()
/linux-4.1.27/arch/tile/include/gxio/
Ddma_queue.h45 uint64_t hw_complete_count __attribute__ ((aligned(64))); member
124 complete = ACCESS_ONCE(dma_queue->hw_complete_count); in __gxio_dma_queue_reserve()