Searched refs:rxq_ring (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 119 struct gmac_rxdesc *rxq_ring; member 712 port->rxq_ring = dma_alloc_coherent(geth->dev, in gmac_setup_rxq() 713 sizeof(*port->rxq_ring) << port->rxq_order, in gmac_setup_rxq() 715 if (!port->rxq_ring) in gmac_setup_rxq() 758 struct gmac_rxdesc *rxd = port->rxq_ring; in gmac_cleanup_rxq() 800 dma_free_coherent(geth->dev, sizeof(*port->rxq_ring) << port->rxq_order, in gmac_cleanup_rxq() 801 port->rxq_ring, port->rxq_dma_base); in gmac_cleanup_rxq() 1443 rx = port->rxq_ring + r; in gmac_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 118 struct gmac_rxdesc *rxq_ring; member 711 port->rxq_ring = dma_alloc_coherent(geth->dev, in gmac_setup_rxq() 712 sizeof(*port->rxq_ring) << port->rxq_order, in gmac_setup_rxq() 714 if (!port->rxq_ring) in gmac_setup_rxq() 757 struct gmac_rxdesc *rxd = port->rxq_ring; in gmac_cleanup_rxq() 799 dma_free_coherent(geth->dev, sizeof(*port->rxq_ring) << port->rxq_order, in gmac_cleanup_rxq() 800 port->rxq_ring, port->rxq_dma_base); in gmac_cleanup_rxq() 1442 rx = port->rxq_ring + r; in gmac_rx()
|
Completed in 8 milliseconds