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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c595.c232 register short rx_fifo; local
259 rx_fifo = status & RX_BYTES_MASK;
260 if (rx_fifo==0)
267 printf("[l=%d",rx_fifo);
269 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
270 if(rx_fifo & 1)
271 nic->packet[rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
272 nic->packetlen=rx_fifo;
279 rx_fifo = status & RX_BYTES_MASK;
281 if(rx_fifo>
[all...]

Completed in 15 milliseconds