Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dpxa_dma.c828 struct virt_dma_desc *vd_chained = NULL, in pxad_tx_submit() local
850 vd_chained = list_entry(vc->desc_submitted.prev, in pxad_tx_submit()
859 pxad_desc_chain(vd_chained, vd); in pxad_tx_submit()
861 vd_chained = NULL; in pxad_tx_submit()
865 __func__, vd, cookie, vd_chained ? "cold" : "not"); in pxad_tx_submit()