Searched refs:tx_desc_base (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c72 if (priv->tx_desc_base) moxart_mac_free_memory()
74 priv->tx_desc_base, priv->tx_base); moxart_mac_free_memory()
119 desc = priv->tx_desc_base + i * TX_REG_DESC_SIZE; moxart_mac_setup_desc_ring()
320 desc = priv->tx_desc_base + (TX_REG_DESC_SIZE * tx_head); moxart_mac_start_xmit()
475 priv->tx_desc_base = dma_alloc_coherent(NULL, TX_REG_DESC_SIZE * moxart_mac_probe()
478 if (priv->tx_desc_base == NULL) { moxart_mac_probe()
H A Dmoxart_ether.h311 void __iomem *tx_desc_base; member in struct:moxart_mac_priv_t

Completed in 73 milliseconds