Lines Matching refs:cookie
558 dma_cookie_t cookie; in xgene_dma_tx_submit() local
568 cookie = dma_cookie_assign(tx); in xgene_dma_tx_submit()
575 return cookie; in xgene_dma_tx_submit()
648 if (tx->cookie == 0) in xgene_dma_run_tx_complete_actions()
966 new->tx.cookie = 0; in xgene_dma_prep_memcpy()
979 new->tx.cookie = -EBUSY; in xgene_dma_prep_memcpy()
1042 new->tx.cookie = 0; in xgene_dma_prep_sg()
1088 new->tx.cookie = -EBUSY; in xgene_dma_prep_sg()
1127 new->tx.cookie = 0; in xgene_dma_prep_xor()
1135 new->tx.cookie = -EBUSY; in xgene_dma_prep_xor()
1185 new->tx.cookie = 0; in xgene_dma_prep_pq()
1212 new->tx.cookie = -EBUSY; in xgene_dma_prep_pq()
1235 dma_cookie_t cookie, in xgene_dma_tx_status() argument
1238 return dma_cookie_status(dchan, cookie, txstate); in xgene_dma_tx_status()