Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Dpxa_dma.c779 struct virt_dma_desc *vd_chained = NULL, in pxad_tx_submit() local
801 vd_chained = list_entry(vc->desc_submitted.prev, in pxad_tx_submit()
810 pxad_desc_chain(vd_chained, vd); in pxad_tx_submit()
812 vd_chained = NULL; in pxad_tx_submit()
816 __func__, vd, cookie, vd_chained ? "cold" : "not"); in pxad_tx_submit()