HomeSort by relevance Sort by last modified time
    Searched refs:eth_rmem (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
ne2k_isa.c 36 static Address eth_bmem, eth_rmem; variable
209 eth_rmem = eth_bmem;
296 memcpy(&pkthdr, bus_to_virt(eth_rmem + pktoff), 4);
314 memcpy(p, bus_to_virt(eth_rmem + pktoff), frag);
323 memcpy(p, bus_to_virt(eth_rmem + pktoff), len);
ns8390.c 57 static Address eth_bmem, eth_rmem; variable
547 memcpy(&pkthdr, bus_to_virt(eth_rmem + pktoff), 4);
565 memcpy(p, bus_to_virt(eth_rmem + pktoff), frag);
574 memcpy(p, bus_to_virt(eth_rmem + pktoff), len);
829 eth_rmem = eth_bmem - 0x2000;
956 eth_rmem = eth_bmem;

Completed in 66 milliseconds