Searched refs:tx_desc_base (Results 1 – 2 of 2) sorted by relevance
72 if (priv->tx_desc_base) in moxart_mac_free_memory()74 priv->tx_desc_base, priv->tx_base); in moxart_mac_free_memory()119 desc = priv->tx_desc_base + i * TX_REG_DESC_SIZE; in moxart_mac_setup_desc_ring()320 desc = priv->tx_desc_base + (TX_REG_DESC_SIZE * tx_head); in moxart_mac_start_xmit()475 priv->tx_desc_base = dma_alloc_coherent(NULL, TX_REG_DESC_SIZE * in moxart_mac_probe()478 if (priv->tx_desc_base == NULL) { in moxart_mac_probe()
311 void __iomem *tx_desc_base; member