Searched refs:gbeth_rx_ring (Results 1 – 2 of 2) sorted by relevance
244 if (!priv->gbeth_rx_ring) in ravb_rx_ring_free_gbeth()248 struct ravb_rx_desc *desc = &priv->gbeth_rx_ring[i]; in ravb_rx_ring_free_gbeth()258 dma_free_coherent(ndev->dev.parent, ring_size, priv->gbeth_rx_ring, in ravb_rx_ring_free_gbeth()260 priv->gbeth_rx_ring = NULL; in ravb_rx_ring_free_gbeth()338 memset(priv->gbeth_rx_ring, 0, rx_ring_size); in ravb_rx_ring_format_gbeth()342 rx_desc = &priv->gbeth_rx_ring[i]; in ravb_rx_ring_format_gbeth()355 rx_desc = &priv->gbeth_rx_ring[i]; in ravb_rx_ring_format_gbeth()440 priv->gbeth_rx_ring = dma_alloc_coherent(ndev->dev.parent, ring_size, in ravb_alloc_rx_desc_gbeth()443 return priv->gbeth_rx_ring; in ravb_alloc_rx_desc_gbeth()780 desc = &priv->gbeth_rx_ring[entry]; in ravb_rx_gbeth()[all …]
1063 struct ravb_rx_desc *gbeth_rx_ring; member