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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c397 Address eth_vmem = bus_to_virt(eth_bmem); local
401 memcpy((char *)eth_vmem, d, ETH_ALEN); /* dst */
402 memcpy((char *)eth_vmem+ETH_ALEN, nic->node_addr, ETH_ALEN); /* src */
403 *((char *)eth_vmem+12) = t>>8; /* type */
404 *((char *)eth_vmem+13) = t;
405 memcpy((char *)eth_vmem+ETH_HLEN, p, s);
407 while (s < ETH_ZLEN) *((char *)eth_vmem+(s++)) = 0;
423 memcpy((char *)eth_vmem, d, ETH_ALEN); /* dst */
424 memcpy((char *)eth_vmem+ETH_ALEN, nic->node_addr, ETH_ALEN); /* src */
425 *((char *)eth_vmem
[all...]

Completed in 16 milliseconds