Searched refs:rx_desc_base (Results 1 – 2 of 2) sorted by relevance
76 if (priv->rx_desc_base) in moxart_mac_free_memory()78 priv->rx_desc_base, priv->rx_base); in moxart_mac_free_memory()130 desc = priv->rx_desc_base + i * RX_REG_DESC_SIZE; in moxart_mac_setup_desc_ring()210 desc = priv->rx_desc_base + (RX_REG_DESC_SIZE * rx_head); in moxart_rx_poll()483 priv->rx_desc_base = dma_alloc_coherent(NULL, RX_REG_DESC_SIZE * in moxart_mac_probe()486 if (priv->rx_desc_base == NULL) { in moxart_mac_probe()
303 void __iomem *rx_desc_base; member