Searched refs:rxq_ring (Results 1 – 1 of 1) sorted by relevance
118 struct gmac_rxdesc *rxq_ring; member713 port->rxq_ring = dma_alloc_coherent(geth->dev, in gmac_setup_rxq()714 sizeof(*port->rxq_ring) << port->rxq_order, in gmac_setup_rxq()716 if (!port->rxq_ring) in gmac_setup_rxq()759 struct gmac_rxdesc *rxd = port->rxq_ring; in gmac_cleanup_rxq()801 dma_free_coherent(geth->dev, sizeof(*port->rxq_ring) << port->rxq_order, in gmac_cleanup_rxq()802 port->rxq_ring, port->rxq_dma_base); in gmac_cleanup_rxq()1421 rx = port->rxq_ring + r; in gmac_rx()