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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c97 static int rx_tail, rx_last; variable
3357 rx_last = rx_tail;
3358 rd = rx_base + rx_tail;
3359 rx_tail = (rx_tail + 1) % 8;
3362 E1000_WRITE_REG (&hw, RDT, rx_tail);
3405 rx_tail = 0;

Completed in 26 milliseconds