Home
last modified time | relevance | path

Searched refs:pktoff (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c493 unsigned short pktoff; in ns8390_poll() local
529 pktoff = next << 8; in ns8390_poll()
531 eth_pio_read(pktoff, (char *)&pkthdr, 4); in ns8390_poll()
533 memcpy(&pkthdr, bus_to_virt(eth_rmem + pktoff), 4); in ns8390_poll()
534 pktoff += sizeof(pkthdr); in ns8390_poll()
545 frag = (eth_memsize << 8) - pktoff; in ns8390_poll()
549 eth_pio_read(pktoff, p, frag); in ns8390_poll()
551 memcpy(p, bus_to_virt(eth_rmem + pktoff), frag); in ns8390_poll()
552 pktoff = eth_rx_start << 8; in ns8390_poll()
558 eth_pio_read(pktoff, p, len); in ns8390_poll()
[all …]