• Home
  • Raw
  • Download

Lines Matching refs:cookie

194 				dma_cookie_t cookie)  in mv_desc_run_tx_complete_actions()  argument
196 BUG_ON(desc->async_tx.cookie < 0); in mv_desc_run_tx_complete_actions()
198 if (desc->async_tx.cookie > 0) { in mv_desc_run_tx_complete_actions()
199 cookie = desc->async_tx.cookie; in mv_desc_run_tx_complete_actions()
211 return cookie; in mv_desc_run_tx_complete_actions()
266 dma_cookie_t cookie = 0; in mv_chan_slot_cleanup() local
286 cookie = mv_desc_run_tx_complete_actions(iter, mv_chan, in mv_chan_slot_cleanup()
287 cookie); in mv_chan_slot_cleanup()
335 if (cookie > 0) in mv_chan_slot_cleanup()
336 mv_chan->dmachan.completed_cookie = cookie; in mv_chan_slot_cleanup()
366 iter->async_tx.cookie = -EBUSY; in mv_chan_alloc_slot()
387 dma_cookie_t cookie; in mv_xor_tx_submit() local
395 cookie = dma_cookie_assign(tx); in mv_xor_tx_submit()
430 return cookie; in mv_xor_tx_submit()
675 dma_cookie_t cookie, in mv_xor_status() argument
681 ret = dma_cookie_status(chan, cookie, txstate); in mv_xor_status()
689 return dma_cookie_status(chan, cookie, txstate); in mv_xor_status()
767 dma_cookie_t cookie; in mv_chan_memcpy_self_test() local
832 cookie = mv_xor_tx_submit(tx); in mv_chan_memcpy_self_test()
833 if (dma_submit_error(cookie)) { in mv_chan_memcpy_self_test()
844 if (mv_xor_status(dma_chan, cookie, NULL) != in mv_chan_memcpy_self_test()
882 dma_cookie_t cookie; in mv_chan_xor_self_test() local
965 cookie = mv_xor_tx_submit(tx); in mv_chan_xor_self_test()
966 if (dma_submit_error(cookie)) { in mv_chan_xor_self_test()
977 if (mv_xor_status(dma_chan, cookie, NULL) != in mv_chan_xor_self_test()