Home
last modified time | relevance | path

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

/drivers/dma/
Dpxa_dma.c780 struct virt_dma_desc *vd_chained = NULL, in pxad_tx_submit() local
802 vd_chained = list_entry(vc->desc_submitted.prev, in pxad_tx_submit()
811 pxad_desc_chain(vd_chained, vd); in pxad_tx_submit()
813 vd_chained = NULL; in pxad_tx_submit()
817 __func__, vd, cookie, vd_chained ? "cold" : "not"); in pxad_tx_submit()