Searched refs:gbeth_rx_ring (Results 1 – 2 of 2) sorted by relevance
253 if (!priv->gbeth_rx_ring) in ravb_rx_ring_free_gbeth()257 struct ravb_rx_desc *desc = &priv->gbeth_rx_ring[i]; in ravb_rx_ring_free_gbeth()267 dma_free_coherent(ndev->dev.parent, ring_size, priv->gbeth_rx_ring, in ravb_rx_ring_free_gbeth()269 priv->gbeth_rx_ring = NULL; in ravb_rx_ring_free_gbeth()347 memset(priv->gbeth_rx_ring, 0, rx_ring_size); in ravb_rx_ring_format_gbeth()351 rx_desc = &priv->gbeth_rx_ring[i]; in ravb_rx_ring_format_gbeth()364 rx_desc = &priv->gbeth_rx_ring[i]; in ravb_rx_ring_format_gbeth()449 priv->gbeth_rx_ring = dma_alloc_coherent(ndev->dev.parent, ring_size, in ravb_alloc_rx_desc_gbeth()452 return priv->gbeth_rx_ring; in ravb_alloc_rx_desc_gbeth()788 desc = &priv->gbeth_rx_ring[entry]; in ravb_rx_gbeth()[all …]
1063 struct ravb_rx_desc *gbeth_rx_ring; member