Lines Matching refs:tx_empty
57 int tx_empty; member
426 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
490 mp->tx_empty = 0; in mace_open()
548 if (next == mp->tx_empty) { in mace_xmit_start()
582 if (next == mp->tx_empty) in mace_xmit_start()
679 i = mp->tx_empty; in mace_interrupt()
783 if (i != mp->tx_empty) { in mace_interrupt()
787 mp->tx_empty = i; in mace_interrupt()
827 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
843 i = mp->tx_empty; in mace_tx_timeout()
852 mp->tx_empty = i; in mace_tx_timeout()