Searched refs:tx_desc_base (Results 1 – 5 of 5) 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
114 if (port_info->tx_desc_cur >= port_info->tx_desc_base + NUM_TX_DESC) in sh_eth_send_common()115 port_info->tx_desc_cur = port_info->tx_desc_base; in sh_eth_send_common()212 port_info->tx_desc_base = in sh_eth_tx_desc_init()214 port_info->tx_desc_cur = port_info->tx_desc_base; in sh_eth_tx_desc_init()217 for (cur_tx_desc = port_info->tx_desc_base, i = 0; i < NUM_TX_DESC; in sh_eth_tx_desc_init()232 sh_eth_write(port_info, ADDR_TO_PHY(port_info->tx_desc_base), TDLAR); in sh_eth_tx_desc_init()234 sh_eth_write(port_info, ADDR_TO_PHY(port_info->tx_desc_base), TDFAR); in sh_eth_tx_desc_init()
83 struct tx_desc_s *tx_desc_base; member
745 static uint64_t tx_desc_base(E1000State *s) in tx_desc_base() function772 base = tx_desc_base(s) + in start_xmit()