HomeSort by relevance Sort by last modified time
    Searched refs:nic (Results 26 - 37 of 37) sorted by null

12

  /external/grub/netboot/
eepro.c 3 Intel EEPRO/10 NIC driver for Etherboot
28 #include "nic.h"
296 static void eepro_reset(struct nic *nic)
309 outb(nic->node_addr[i], ioaddr + I_ADD_REG0 + i);
341 static int eepro_poll(struct nic *nic)
348 /* nic->packet should contain data on return */
349 /* nic->packetlen should contain length of data */
371 insw(ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1))
    [all...]
ns8390.c 25 #include "nic.h"
218 static void ns8390_reset(struct nic *nic)
256 outb(nic->node_addr[i], eth_nic_base+D8390_P1_PAR0+i);
279 t503_output = (nic->flags) ? 0 : _3COM_CR_XSEL;
284 static int ns8390_poll(struct nic *nic);
290 static void eth_rx_overrun(struct nic *nic)
315 /* enter loopback mode and restart NIC */
    [all...]
3c90x.c 38 #include "nic.h"
397 a3c90x_reset(struct nic *nic)
476 a3c90x_transmit(struct nic *nic, const char *d, unsigned int t,
530 /** Wait for NIC Transmit to Complete **/
600 *** copy the packet to nic->packet if it gets a packet and set the size
601 *** in nic->packetlen. Return 1 if a packet was found.
604 a3c90x_poll(struct nic *nic)
    [all...]
main.c 42 #include <nic.h>
367 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];
764 if (nic.packetlen >= ETH_HLEN)
766 ptype = (((unsigned short) nic.packet[12]) << 8
767 | ((unsigned short) nic.packet[13]));
773 if (nic.packetlen >= ETH_HLEN + sizeof (struct arprequest)
778 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN];
824 && nic.packetlen >= ETH_HLEN + sizeof (struct arprequest)
827 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN];
845 if (nic.packetlen < protohdrlen || ptype != IP
    [all...]
etherboot.h 91 if not all of the other NIC controllers. I will be retiring the
539 extern struct nic nic;
fsys_tftp.c 35 #include <nic.h>
103 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];
tlan.c 16 #include "nic.h"
17 /* to get the PCI support functions, if this is a PCI NIC */
373 /* NIC specific static variables go here */
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 113 if ( $header =~ /^GET \/nic\/update\?([^\s].+) HTTP\/1\.[01]$/ ) {
  /external/qemu/android/
main.c 1165 char nic[37]; local
    [all...]
  /external/qemu/
vl-android.c     [all...]
vl.c 1337 int nic = nb_nics; local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 4674 milliseconds

12