Lines Matching refs:tx_empty
58 int tx_empty; member
421 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
485 mp->tx_empty = 0; in mace_open()
543 if (next == mp->tx_empty) { in mace_xmit_start()
577 if (next == mp->tx_empty) in mace_xmit_start()
674 i = mp->tx_empty; in mace_interrupt()
778 if (i != mp->tx_empty) { in mace_interrupt()
782 mp->tx_empty = i; in mace_interrupt()
822 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
838 i = mp->tx_empty; in mace_tx_timeout()
847 mp->tx_empty = i; in mace_tx_timeout()