Searched refs:tx_tail (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/net/
H A Dmacb.c113 unsigned int tx_tail; member in struct:macb_device
907 macb->tx_tail = 0;
H A De1000.c66 static int tx_tail; variable
5152 tx_tail = 0;
5344 txp = tx_base + tx_tail;
5345 tx_tail = (tx_tail + 1) % 8;
5360 E1000_WRITE_REG(hw, TDT, tx_tail);

Completed in 46 milliseconds