Searched refs:ld_pending (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | fsldma.c | 385 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue() 387 if (list_empty(&chan->ld_pending)) in append_ld_queue() 404 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in append_ld_queue() 575 if (list_empty(&chan->ld_pending)) { in fsl_chan_xfer_ld_queue() 600 desc = list_first_entry(&chan->ld_pending, struct fsl_desc_sw, node); in fsl_chan_xfer_ld_queue() 601 list_splice_tail_init(&chan->ld_pending, &chan->ld_running); in fsl_chan_xfer_ld_queue() 750 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_free_chan_resources() 839 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_device_terminate_all() 1176 INIT_LIST_HEAD(&chan->ld_pending); in fsl_dma_chan_probe()
|
H A D | xgene-dma.c | 280 struct list_head ld_pending; member 474 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in xgene_dma_tx_submit() 649 if (list_empty(&chan->ld_pending)) { in xgene_chan_xfer_ld_pending() 658 list_for_each_entry_safe(desc_sw, _desc_sw, &chan->ld_pending, node) { in xgene_chan_xfer_ld_pending() 827 xgene_dma_free_desc_list(chan, &chan->ld_pending); in xgene_dma_free_chan_resources() 1540 INIT_LIST_HEAD(&chan->ld_pending); in xgene_dma_async_register()
|
H A D | fsldma.h | 159 struct list_head ld_pending; member
|