Lines Matching refs:cookie
52 dma_cookie_t cookie; in tmio_mmc_start_dma_rx() local
92 cookie = dmaengine_submit(desc); in tmio_mmc_start_dma_rx()
93 if (cookie < 0) { in tmio_mmc_start_dma_rx()
95 ret = cookie; in tmio_mmc_start_dma_rx()
99 __func__, host->sg_len, ret, cookie, host->mrq); in tmio_mmc_start_dma_rx()
120 desc, cookie, host->sg_len); in tmio_mmc_start_dma_rx()
128 dma_cookie_t cookie; in tmio_mmc_start_dma_tx() local
172 cookie = dmaengine_submit(desc); in tmio_mmc_start_dma_tx()
173 if (cookie < 0) { in tmio_mmc_start_dma_tx()
175 ret = cookie; in tmio_mmc_start_dma_tx()
179 __func__, host->sg_len, ret, cookie, host->mrq); in tmio_mmc_start_dma_tx()
200 desc, cookie); in tmio_mmc_start_dma_tx()