Searched refs:tx_next (Results 1 – 3 of 3) sorted by relevance
207 int tx_next; member388 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 …]
184 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()
129 int tx_next; /* First free Tx page */ member
Completed in 7 milliseconds