Lines Matching refs:cookie
680 __func__, vd, vd->tx.cookie, is_desc_completed(vd)); in pxad_chan_handler()
830 dma_cookie_t cookie; in pxad_tx_submit() local
836 cookie = dma_cookie_assign(tx); in pxad_tx_submit()
842 __func__, vd, cookie); in pxad_tx_submit()
865 __func__, vd, cookie, vd_chained ? "cold" : "not"); in pxad_tx_submit()
871 return cookie; in pxad_tx_submit()
887 "%s(): txd %p[%x]", __func__, vd_first, vd_first->tx.cookie); in pxad_issue_pending()
908 vc, vd, vd->tx.cookie, in pxad_tx_prep()
1151 vd, vd->tx.cookie, is_desc_completed(vd)); in pxad_terminate_all()
1170 dma_cookie_t cookie) in pxad_residue() argument
1189 vd = vchan_find_desc(&chan->vc, cookie); in pxad_residue()
1241 __func__, vd, cookie, sw_desc, residue); in pxad_residue()
1246 dma_cookie_t cookie, in pxad_tx_status() argument
1252 ret = dma_cookie_status(dchan, cookie, txstate); in pxad_tx_status()
1254 dma_set_residue(txstate, pxad_residue(chan, cookie)); in pxad_tx_status()