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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c96 static int tx_tail; variable
3384 tx_tail = 0;
3481 txhd = tx_base + tx_tail;
3482 tx_tail = (tx_tail + 1) % 8;
3483 txp = tx_base + tx_tail;
3484 tx_tail = (tx_tail + 1) % 8;
3494 E1000_WRITE_REG (&hw, TDT, tx_tail);

Completed in 26 milliseconds