Searched refs:tx_end (Results 1 – 1 of 1) sorted by relevance
286 static unsigned tx_end; variable333 tx_start = tx_end = (XMT_LOWER_LIMIT << 8); in eepro_reset()402 if (tx_end > tx_start) in eepro_transmit()403 tx_available = XMT_RAM - (tx_end - tx_start); in eepro_transmit()404 else if (tx_end < tx_start) in eepro_transmit()405 tx_available = tx_start - tx_end; in eepro_transmit()408 last = tx_end; in eepro_transmit()430 tx_end = end; in eepro_transmit()432 printf("%d %d\n", tx_start, tx_end); in eepro_transmit()455 tx_start = tx_end = (XMT_LOWER_LIMIT << 8); in eepro_disable()