Searched refs:PLX_DMA_RING_COUNT (Results 1 – 1 of 1) sorted by relevance
95 #define PLX_DMA_RING_COUNT 2048 macro131 return plxdev->desc_ring[i & (PLX_DMA_RING_COUNT - 1)]; in plx_dma_get_desc()263 if (!CIRC_SPACE(plxdev->head, plxdev->tail, PLX_DMA_RING_COUNT)) in plx_dma_prep_memcpy()381 plxdev->desc_ring = kcalloc(PLX_DMA_RING_COUNT, in plx_dma_alloc_desc()386 for (i = 0; i < PLX_DMA_RING_COUNT; i++) { in plx_dma_alloc_desc()401 for (i = 0; i < PLX_DMA_RING_COUNT; i++) in plx_dma_alloc_desc()410 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_alloc_chan_resources()437 writel(PLX_DMA_RING_COUNT, plxdev->bar + PLX_REG_DESC_RING_COUNT); in plx_dma_alloc_chan_resources()444 return PLX_DMA_RING_COUNT; in plx_dma_alloc_chan_resources()455 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_free_chan_resources()[all …]