Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dxgene-dma.c803 static void xgene_dma_free_desc_list(struct xgene_dma_chan *chan, in xgene_dma_free_desc_list() function
827 xgene_dma_free_desc_list(chan, &chan->ld_pending); in xgene_dma_free_chan_resources()
828 xgene_dma_free_desc_list(chan, &chan->ld_running); in xgene_dma_free_chan_resources()
829 xgene_dma_free_desc_list(chan, &chan->ld_completed); in xgene_dma_free_chan_resources()
882 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_xor()
959 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_pq()