Lines Matching refs:cookie
517 dma_cookie_t cookie; in xgene_dma_tx_submit() local
527 cookie = dma_cookie_assign(tx); in xgene_dma_tx_submit()
534 return cookie; in xgene_dma_tx_submit()
605 if (tx->cookie == 0) in xgene_dma_run_tx_complete_actions()
946 new->tx.cookie = 0; in xgene_dma_prep_sg()
992 new->tx.cookie = -EBUSY; in xgene_dma_prep_sg()
1031 new->tx.cookie = 0; in xgene_dma_prep_xor()
1039 new->tx.cookie = -EBUSY; in xgene_dma_prep_xor()
1089 new->tx.cookie = 0; in xgene_dma_prep_pq()
1116 new->tx.cookie = -EBUSY; in xgene_dma_prep_pq()
1139 dma_cookie_t cookie, in xgene_dma_tx_status() argument
1142 return dma_cookie_status(dchan, cookie, txstate); in xgene_dma_tx_status()