Searched refs:tx_tail (Results 1 – 3 of 3) sorted by relevance
28 int tx_tail; /* the transmitter keyoff delay in 10ms units */ member
107 unsigned int tx_tail; member691 macb->tx_tail = 0; in _macb_init()
67 static int tx_tail; variable5181 tx_tail = 0; in e1000_configure_tx()5377 txp = tx_base + tx_tail; in _e1000_transmit()5378 tx_tail = (tx_tail + 1) % 8; in _e1000_transmit()5393 E1000_WRITE_REG(hw, TDT, tx_tail); in _e1000_transmit()