Searched refs:tx_desc_base (Results 1 – 2 of 2) sorted by relevance
83 if (priv->tx_desc_base) in moxart_mac_free_memory()86 priv->tx_desc_base, priv->tx_base); in moxart_mac_free_memory()132 desc = priv->tx_desc_base + i * TX_REG_DESC_SIZE; in moxart_mac_setup_desc_ring()347 desc = priv->tx_desc_base + (TX_REG_DESC_SIZE * tx_head); in moxart_mac_start_xmit()496 priv->tx_desc_base = dma_alloc_coherent(&pdev->dev, TX_REG_DESC_SIZE * in moxart_mac_probe()499 if (!priv->tx_desc_base) { in moxart_mac_probe()
312 void *tx_desc_base; member