Searched refs:tx_desc_base (Results 1 – 2 of 2) sorted by relevance
107 if (port_info->tx_desc_cur >= port_info->tx_desc_base + NUM_TX_DESC) in sh_eth_send()108 port_info->tx_desc_cur = port_info->tx_desc_base; in sh_eth_send()209 port_info->tx_desc_base = in sh_eth_tx_desc_init()211 port_info->tx_desc_cur = port_info->tx_desc_base; in sh_eth_tx_desc_init()214 for (cur_tx_desc = port_info->tx_desc_base, i = 0; i < NUM_TX_DESC; in sh_eth_tx_desc_init()227 sh_eth_write(eth, ADDR_TO_PHY(port_info->tx_desc_base), TDLAR); in sh_eth_tx_desc_init()229 sh_eth_write(eth, ADDR_TO_PHY(port_info->tx_desc_base), TDFAR); in sh_eth_tx_desc_init()
82 struct tx_desc_s *tx_desc_base; member