Lines Matching defs:cookie
729 * atc_get_residue - get the number of bytes residue for a cookie.
732 * @cookie: transaction identifier to check status of
736 static int atc_get_residue(struct dma_chan *chan, dma_cookie_t cookie,
744 vd = vchan_find_desc(&atchan->vc, cookie);
747 else if (atchan->desc && atchan->desc->vd.tx.cookie == cookie)
784 dev_crit(chan2dev(&atchan->vc.chan), "cookie: %d\n",
785 desc->vd.tx.cookie);
1656 * @cookie: transaction identifier to check status of
1665 dma_cookie_t cookie,
1674 dma_status = dma_cookie_status(chan, cookie, txstate);
1680 ret = atc_get_residue(chan, cookie, &residue);
1690 dev_vdbg(chan2dev(chan), "tx_status %d: cookie = %d residue = %u\n",
1691 dma_status, cookie, residue);