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

  /external/syslinux/gpxe/src/drivers/net/
ne2k_isa.c 45 ETH_PIO_READ - Read a frame via Programmed I/O
47 static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) { function
172 eth_pio_read(8192, testbuf, sizeof(test));
184 eth_pio_read(16384, testbuf, sizeof(test));
195 eth_pio_read(0, romdata, sizeof(romdata));
294 eth_pio_read(pktoff, (unsigned char *)&pkthdr, 4);
312 eth_pio_read(pktoff, p, frag);
321 eth_pio_read(pktoff, p, len);
ns8390.c 129 ETH_PIO_READ - Read a frame via Programmed I/O
131 static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) function
243 ETH_PIO_READ - Dummy routine when NE2000 not compiled in
245 static void eth_pio_read(unsigned int src __unused, unsigned char *dst __unused, unsigned int cnt __unused) {}
545 eth_pio_read(pktoff, (unsigned char *)&pkthdr, 4);
563 eth_pio_read(pktoff, p, frag);
572 eth_pio_read(pktoff, p, len);
921 eth_pio_read(8192, testbuf, sizeof(test));
933 eth_pio_read(16384, testbuf, sizeof(test));
942 eth_pio_read(0, romdata, sizeof(romdata))
    [all...]

Completed in 187 milliseconds