Lines Matching refs:tx_empty
57 int tx_empty; member
424 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
488 mp->tx_empty = 0; in mace_open()
546 if (next == mp->tx_empty) { in mace_xmit_start()
580 if (next == mp->tx_empty) in mace_xmit_start()
677 i = mp->tx_empty; in mace_interrupt()
781 if (i != mp->tx_empty) { in mace_interrupt()
785 mp->tx_empty = i; in mace_interrupt()
825 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
841 i = mp->tx_empty; in mace_tx_timeout()
850 mp->tx_empty = i; in mace_tx_timeout()