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

  /external/grub/netboot/
3c595.c 234 register short rx_fifo; local
261 rx_fifo = status & RX_BYTES_MASK;
262 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>0)
    [all...]
3c509.c 224 register short rx_fifo; local
251 rx_fifo = status & RX_BYTES_MASK;
252 if (rx_fifo==0)
257 printf("[l=%d",rx_fifo);
259 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
260 if(rx_fifo & 1)
261 nic->packet[rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1);
262 nic->packetlen=rx_fifo;
269 rx_fifo = status & RX_BYTES_MASK;
270 if(rx_fifo>0)
    [all...]
  /external/qemu/hw/
smc91c111.c 40 int rx_fifo[NUM_PACKETS]; member in struct:__anon13797
78 qemu_put_buffer(f, (uint8_t*) s->rx_fifo, sizeof(s->rx_fifo));
114 qemu_get_buffer(f, (uint8_t*) s->rx_fifo, sizeof(s->rx_fifo));
206 s->rx_fifo[i] = s->rx_fifo[i + 1];
415 smc91c111_release_packet(s, s->rx_fifo[0]);
452 n = s->rx_fifo[0];
583 return s->rx_fifo[0]
    [all...]
  /external/iproute2/ip/
ip6tunnel.c 271 rx_fifo, rx_frame, local
285 &rx_fifo, &rx_frame, &rx_multi,
313 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
iptunnel.c 402 rx_fifo, rx_frame, local
429 &rx_fifo, &rx_frame, &rx_multi,
456 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 137 volatile unsigned long rx_fifo; member in struct:mace_ethernet
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 137 volatile unsigned long rx_fifo; member in struct:mace_ethernet
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 126 volatile unsigned long rx_fifo; member in struct:mace_ethernet
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 137 volatile unsigned long rx_fifo; member in struct:mace_ethernet
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 137 volatile unsigned long rx_fifo; member in struct:mace_ethernet

Completed in 231 milliseconds