Home
last modified time | relevance | path

Searched refs:tx_next (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/net/
A Deepro100.c207 int tx_next; member
388 priv->tx_next = 0; in purge_tx_ring()
591 tx_cur = priv->tx_next; in eepro100_init_common()
592 priv->tx_next = ((priv->tx_next + 1) % NUM_TX_DESC); in eepro100_init_common()
599 (u32)&tx_ring[priv->tx_next])); in eepro100_init_common()
612 tx_cur = priv->tx_next; in eepro100_init_common()
613 priv->tx_next = ((priv->tx_next + 1) % NUM_TX_DESC); in eepro100_init_common()
620 (u32)&tx_ring[priv->tx_next])); in eepro100_init_common()
650 tx_cur = priv->tx_next; in eepro100_send_common()
651 priv->tx_next = (priv->tx_next + 1) % NUM_TX_DESC; in eepro100_send_common()
[all …]
A Dne2000_base.c184 dp->tx_next = dp->tx_buf1; in dp83902a_start()
260 start_page = dp->tx_next; in dp83902a_send()
261 if (dp->tx_next == dp->tx_buf1) { in dp83902a_send()
265 dp->tx_next = dp->tx_buf2; in dp83902a_send()
270 dp->tx_next = dp->tx_buf1; in dp83902a_send()
A Dne2000_base.h129 int tx_next; /* First free Tx page */ member

Completed in 7 milliseconds