Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dpxa_dma.c829 struct virt_dma_desc *vd_chained = NULL, in pxad_tx_submit() local
851 vd_chained = list_entry(vc->desc_submitted.prev, in pxad_tx_submit()
860 pxad_desc_chain(vd_chained, vd); in pxad_tx_submit()
862 vd_chained = NULL; in pxad_tx_submit()
866 __func__, vd, cookie, vd_chained ? "cold" : "not"); in pxad_tx_submit()