Home
last modified time | relevance | path

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

/freebsd/sys/dev/altera/softdma/
H A Dsoftdma.c140 softdma_next_desc(struct softdma_channel *chan, uint32_t curidx) in softdma_next_desc() function
537 chan->idx_tail = softdma_next_desc(chan, chan->idx_tail); in softdma_process_descriptors()
768 chan->idx_head = softdma_next_desc(chan, chan->idx_head); in softdma_channel_submit_sg()