Searched refs:dma_txqueue_sz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 37 static unsigned int dma_txqueue_sz = 16; variable 38 module_param(dma_txqueue_sz, uint, S_IRUGO); 39 MODULE_PARM_DESC(dma_txqueue_sz, 730 return dma_txqueue_sz; in tsi721_alloc_chan_resources() 740 desc = kcalloc(dma_txqueue_sz, sizeof(struct tsi721_tx_desc), in tsi721_alloc_chan_resources() 749 for (i = 0; i < dma_txqueue_sz; i++) { in tsi721_alloc_chan_resources() 761 return dma_txqueue_sz; in tsi721_alloc_chan_resources()
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 37 static unsigned int dma_txqueue_sz = 16; variable 38 module_param(dma_txqueue_sz, uint, S_IRUGO); 39 MODULE_PARM_DESC(dma_txqueue_sz, 730 return dma_txqueue_sz; in tsi721_alloc_chan_resources() 740 desc = kcalloc(dma_txqueue_sz, sizeof(struct tsi721_tx_desc), in tsi721_alloc_chan_resources() 749 for (i = 0; i < dma_txqueue_sz; i++) { in tsi721_alloc_chan_resources() 761 return dma_txqueue_sz; in tsi721_alloc_chan_resources()
|
Completed in 3 milliseconds