Searched defs:admac_tx (Results 1 – 1 of 1) sorted by relevance
107 struct admac_tx { struct108 struct dma_async_tx_descriptor tx;109 bool cyclic;110 dma_addr_t buf_addr;134 static struct admac_tx *to_admac_tx(struct dma_async_tx_descriptor *tx) in to_admac_tx() argument