Home | History | Annotate | Download | only in net

Lines Matching defs:tx_tail

67 static int tx_tail;
5181 tx_tail = 0;
5377 txp = tx_base + tx_tail;
5378 tx_tail = (tx_tail + 1) % 8;
5393 E1000_WRITE_REG(hw, TDT, tx_tail);