Searched refs:rx_ring_alloc (Results 1 – 1 of 1) sorted by relevance
321 struct pdc_ring_alloc rx_ring_alloc; member1013 memcpy(&pdcs->rx_ring_alloc, &rx, sizeof(rx)); in pdc_ring_init()1025 pdcs->rxd_64 = (struct dma64dd *)pdcs->rx_ring_alloc.vbase; in pdc_ring_init()1043 iowrite32(lower_32_bits(pdcs->rx_ring_alloc.dmabase), in pdc_ring_init()1045 iowrite32(upper_32_bits(pdcs->rx_ring_alloc.dmabase), in pdc_ring_init()1091 if (pdcs->rx_ring_alloc.vbase) { in pdc_ring_free()1092 dma_pool_free(pdcs->ring_pool, pdcs->rx_ring_alloc.vbase, in pdc_ring_free()1093 pdcs->rx_ring_alloc.dmabase); in pdc_ring_free()1094 pdcs->rx_ring_alloc.vbase = NULL; in pdc_ring_free()