Home
last modified time | relevance | path

Searched refs:tx_array (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/dma/
Dmic_x100_dma.c103 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()
Dmic_x100_dma.h124 struct dma_async_tx_descriptor *tx_array; member