Searched refs:ld_pending (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | fsldma.c | 386 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue() 388 if (list_empty(&chan->ld_pending)) in append_ld_queue() 405 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in append_ld_queue() 579 if (list_empty(&chan->ld_pending)) { in fsl_chan_xfer_ld_queue() 604 desc = list_first_entry(&chan->ld_pending, struct fsl_desc_sw, node); in fsl_chan_xfer_ld_queue() 605 list_splice_tail_init(&chan->ld_pending, &chan->ld_running); in fsl_chan_xfer_ld_queue() 754 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_free_chan_resources() 959 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_device_terminate_all() 1296 INIT_LIST_HEAD(&chan->ld_pending); in fsl_dma_chan_probe()
|
D | xgene-dma.c | 321 struct list_head ld_pending; member 571 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in xgene_dma_tx_submit() 752 if (list_empty(&chan->ld_pending)) { in xgene_chan_xfer_ld_pending() 761 list_for_each_entry_safe(desc_sw, _desc_sw, &chan->ld_pending, node) { in xgene_chan_xfer_ld_pending() 927 xgene_dma_free_desc_list(chan, &chan->ld_pending); in xgene_dma_free_chan_resources() 1803 INIT_LIST_HEAD(&chan->ld_pending); in xgene_dma_async_register()
|
D | fsldma.h | 160 struct list_head ld_pending; member
|