Lines Matching refs:desc_ring
116 struct plx_dma_desc **desc_ring;
131 return plxdev->desc_ring[i & (PLX_DMA_RING_COUNT - 1)];
381 plxdev->desc_ring = kcalloc(PLX_DMA_RING_COUNT,
382 sizeof(*plxdev->desc_ring), GFP_KERNEL);
383 if (!plxdev->desc_ring)
395 plxdev->desc_ring[i] = desc;
402 kfree(plxdev->desc_ring[i]);
403 kfree(plxdev->desc_ring);
480 kfree(plxdev->desc_ring[i]);
482 kfree(plxdev->desc_ring);