Searched defs:admac_tx (Results 1 – 1 of 1) sorted by relevance
132 struct admac_tx { struct133 struct dma_async_tx_descriptor tx;134 bool cyclic;135 dma_addr_t buf_addr;136 dma_addr_t buf_end;137 size_t buf_len;138 size_t period_len;140 size_t submitted_pos;141 size_t reclaimed_pos;143 struct list_head node;
Completed in 7 milliseconds