Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Ddma-axi-dmac.c127 struct list_head active_descs; member
226 list_move_tail(&vdesc->node, &chan->active_descs); in axi_dmac_start_transfer()
281 return list_first_entry_or_null(&chan->active_descs, in axi_dmac_active_desc()
307 list_for_each_entry(desc, &chan->active_descs, vdesc.node) { in axi_dmac_dequeue_partial_xfers()
450 list_splice_tail_init(&chan->active_descs, &head); in axi_dmac_terminate_all()
949 INIT_LIST_HEAD(&dmac->chan.active_descs); in axi_dmac_probe()