Searched refs:next_vd (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/dma/xilinx/
H A Dxdma.c882 struct virt_dma_desc *vd, *next_vd; local
933 next_vd = list_first_entry_or_null(&vd->node, struct virt_dma_desc, node);
934 if (next_vd)
935 repeat_tx = repeat_tx && !(next_vd->tx.flags & DMA_PREP_LOAD_EOT);

Completed in 125 milliseconds