HomeSort by relevance Sort by last modified time
    Searched refs:rx_fifo (Results 1 - 5 of 5) 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 38 int rx_fifo[NUM_PACKETS]; member in struct:__anon4764
129 s->rx_fifo[i] = s->rx_fifo[i + 1];
338 smc91c111_release_packet(s, s->rx_fifo[0]);
375 n = s->rx_fifo[0];
506 return s->rx_fifo[0];
517 n = s->rx_fifo[0];
632 s->rx_fifo[s->rx_fifo_len++] = packetnum;
  /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 388 rx_fifo, rx_frame, local
414 &rx_fifo, &rx_frame, &rx_multi,
441 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);

Completed in 73 milliseconds