Searched refs:next_vd (Results 1 – 1 of 1) sorted by relevance
882 struct virt_dma_desc *vd, *next_vd; in xdma_channel_isr() local933 next_vd = list_first_entry_or_null(&vd->node, struct virt_dma_desc, node); in xdma_channel_isr()934 if (next_vd) in xdma_channel_isr()935 repeat_tx = repeat_tx && !(next_vd->tx.flags & DMA_PREP_LOAD_EOT); in xdma_channel_isr()