Searched refs:xgene_dma_free_desc_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | xgene-dma.c | 796 * xgene_dma_free_desc_list - Free all descriptors in a queue 802 static void xgene_dma_free_desc_list(struct xgene_dma_chan *chan, in xgene_dma_free_desc_list() function 826 xgene_dma_free_desc_list(chan, &chan->ld_pending); in xgene_dma_free_chan_resources() 827 xgene_dma_free_desc_list(chan, &chan->ld_running); in xgene_dma_free_chan_resources() 828 xgene_dma_free_desc_list(chan, &chan->ld_completed); in xgene_dma_free_chan_resources() 881 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_xor() 958 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_pq()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | xgene-dma.c | 797 * xgene_dma_free_desc_list - Free all descriptors in a queue 803 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()
|
Completed in 6 milliseconds