Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dmv_xor.c268 u32 current_desc = mv_chan_get_current_desc(mv_chan); in mv_chan_slot_cleanup() local
273 dev_dbg(mv_chan_to_devp(mv_chan), "current_desc %x\n", current_desc); in mv_chan_slot_cleanup()
293 if (iter->async_tx.phys == current_desc) { in mv_chan_slot_cleanup()
298 if (iter->async_tx.phys == current_desc) { in mv_chan_slot_cleanup()
415 u32 current_desc = mv_chan_get_current_desc(mv_chan); in mv_xor_tx_submit() local
420 if (current_desc == old_chain_tail->async_tx.phys) in mv_xor_tx_submit()
/openbmc/linux/drivers/dma/ppc4xx/
H A Dadma.c1537 u32 current_desc = ppc440spe_chan_get_current_descriptor(chan); in __ppc440spe_adma_slot_cleanup() local
1544 if (!current_desc) { in __ppc440spe_adma_slot_cleanup()
1560 ppc440spe_desc_get_link(iter, chan), current_desc, in __ppc440spe_adma_slot_cleanup()
1576 if (iter->phys == current_desc) { in __ppc440spe_adma_slot_cleanup()