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.c882 bool repeat_tx; in xdma_channel_isr() local
928 repeat_tx = vd->tx.flags & DMA_PREP_REPEAT; in xdma_channel_isr()
931 repeat_tx = repeat_tx && !(next_vd->tx.flags & DMA_PREP_LOAD_EOT); in xdma_channel_isr()
932 if (repeat_tx) { in xdma_channel_isr()