Lines Matching refs:tx_empty
57 int tx_empty; member
420 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
484 mp->tx_empty = 0; in mace_open()
542 if (next == mp->tx_empty) { in mace_xmit_start()
576 if (next == mp->tx_empty) in mace_xmit_start()
673 i = mp->tx_empty; in mace_interrupt()
777 if (i != mp->tx_empty) { in mace_interrupt()
781 mp->tx_empty = i; in mace_interrupt()
821 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
837 i = mp->tx_empty; in mace_tx_timeout()
846 mp->tx_empty = i; in mace_tx_timeout()