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