Searched refs:rx_ring_alloc (Results 1 – 1 of 1) sorted by relevance
332 struct pdc_ring_alloc rx_ring_alloc; member1027 memcpy(&pdcs->rx_ring_alloc, &rx, sizeof(rx)); in pdc_ring_init()1039 pdcs->rxd_64 = (struct dma64dd *)pdcs->rx_ring_alloc.vbase; in pdc_ring_init()1057 iowrite32(lower_32_bits(pdcs->rx_ring_alloc.dmabase), in pdc_ring_init()1059 iowrite32(upper_32_bits(pdcs->rx_ring_alloc.dmabase), in pdc_ring_init()1105 if (pdcs->rx_ring_alloc.vbase) { in pdc_ring_free()1106 dma_pool_free(pdcs->ring_pool, pdcs->rx_ring_alloc.vbase, in pdc_ring_free()1107 pdcs->rx_ring_alloc.dmabase); in pdc_ring_free()1108 pdcs->rx_ring_alloc.vbase = NULL; in pdc_ring_free()