Searched refs:tx_array (Results 1 – 2 of 2) sorted by relevance
104 tx = &ch->tx_array[last_tail]; in mic_dma_cleanup()274 struct dma_async_tx_descriptor *tx = &ch->tx_array[idx]; in allocate_tx()390 ch->tx_array = vzalloc(MIC_DMA_DESC_RX_SIZE * sizeof(*ch->tx_array)); in mic_dma_alloc_desc_ring()391 if (!ch->tx_array) in mic_dma_alloc_desc_ring()406 vfree(ch->tx_array); in mic_dma_free_desc_ring()
124 struct dma_async_tx_descriptor *tx_array; member