Searched refs:tx_desc_base (Results 1 – 2 of 2) sorted by relevance
75 if (priv->tx_desc_base) in moxart_mac_free_memory()78 priv->tx_desc_base, priv->tx_base); in moxart_mac_free_memory()124 desc = priv->tx_desc_base + i * TX_REG_DESC_SIZE; in moxart_mac_setup_desc_ring()342 desc = priv->tx_desc_base + (TX_REG_DESC_SIZE * tx_head); in moxart_mac_start_xmit()498 priv->tx_desc_base = dma_alloc_coherent(p_dev, TX_REG_DESC_SIZE * in moxart_mac_probe()501 if (!priv->tx_desc_base) { in moxart_mac_probe()
312 void *tx_desc_base; member
Completed in 8 milliseconds