Lines Matching refs:tx_empty
57 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()
545 if (next == mp->tx_empty) { in mace_xmit_start()
579 if (next == mp->tx_empty) in mace_xmit_start()
676 i = mp->tx_empty; in mace_interrupt()
780 if (i != mp->tx_empty) { in mace_interrupt()
784 mp->tx_empty = i; in mace_interrupt()
824 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
840 i = mp->tx_empty; in mace_tx_timeout()
849 mp->tx_empty = i; in mace_tx_timeout()