Searched refs:current_desc (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | mv_xor.c | 268 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() local 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()
|
H A D | iop-adma.c | 108 u32 current_desc = iop_chan_get_current_descriptor(iop_chan); in __iop_adma_slot_cleanup() local 137 if (iter->async_tx.phys == current_desc) { in __iop_adma_slot_cleanup()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | mv_xor.c | 268 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() local 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()
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | adma.c | 1539 u32 current_desc = ppc440spe_chan_get_current_descriptor(chan); in __ppc440spe_adma_slot_cleanup() local 1546 if (!current_desc) { in __ppc440spe_adma_slot_cleanup() 1562 ppc440spe_desc_get_link(iter, chan), current_desc, in __ppc440spe_adma_slot_cleanup() 1578 if (iter->phys == current_desc) { in __ppc440spe_adma_slot_cleanup()
|
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/ |
H A D | adma.c | 1537 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()
|
Completed in 16 milliseconds