Lines Matching defs:cookie
310 dma_cookie_t cookie;
364 cookie = tx->tx_submit(tx);
365 if (cookie < 0) {
375 dma->device_tx_status(dma_chan, cookie, NULL)
793 dma_cookie_t cookie;
879 cookie = tx->tx_submit(tx);
880 if (cookie < 0) {
890 dma->device_tx_status(dma_chan, cookie, NULL) != DMA_COMPLETE) {
947 cookie = tx->tx_submit(tx);
948 if (cookie < 0) {
958 dma->device_tx_status(dma_chan, cookie, NULL) != DMA_COMPLETE) {
1000 cookie = tx->tx_submit(tx);
1001 if (cookie < 0) {
1011 dma->device_tx_status(dma_chan, cookie, NULL) != DMA_COMPLETE) {