Home
last modified time | relevance | path

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

/linux/drivers/dma/xilinx/
H A Dxdma.c881 bool repeat_tx; in xdma_channel_isr() local
927 repeat_tx = vd->tx.flags & DMA_PREP_REPEAT; in xdma_channel_isr()
930 repeat_tx = repeat_tx && !(next_vd->tx.flags & DMA_PREP_LOAD_EOT); in xdma_channel_isr()
931 if (repeat_tx) { in xdma_channel_isr()