Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rapidio/devices/
Dtsi721_dma.c38 #define TSI721_DMA_TX_QUEUE_SZ 16 /* number of transaction descriptors */ macro
662 return TSI721_DMA_TX_QUEUE_SZ; in tsi721_alloc_chan_resources()
672 desc = kcalloc(TSI721_DMA_TX_QUEUE_SZ, sizeof(struct tsi721_tx_desc), in tsi721_alloc_chan_resources()
683 for (i = 0; i < TSI721_DMA_TX_QUEUE_SZ; i++) { in tsi721_alloc_chan_resources()
695 return TSI721_DMA_TX_QUEUE_SZ; in tsi721_alloc_chan_resources()