Searched refs:tx_array (Results 1 – 2 of 2) sorted by relevance
93 tx = &ch->tx_array[last_tail]; in mic_dma_cleanup()261 struct dma_async_tx_descriptor *tx = &ch->tx_array[idx]; in allocate_tx()377 ch->tx_array = vzalloc(array_size(MIC_DMA_DESC_RX_SIZE, in mic_dma_alloc_desc_ring()378 sizeof(*ch->tx_array))); in mic_dma_alloc_desc_ring()379 if (!ch->tx_array) in mic_dma_alloc_desc_ring()394 vfree(ch->tx_array); in mic_dma_free_desc_ring()
113 struct dma_async_tx_descriptor *tx_array; member