Home
last modified time | relevance | path

Searched refs:probe_addrs (Results 1 – 13 of 13) sorted by relevance

/external/grub/netboot/
Di82586.c538 struct nic *t507_probe(struct nic *nic, unsigned short *probe_addrs) in t507_probe() argument
561 if (probe_addrs == 0) in t507_probe()
562 probe_addrs = io_addrs; in t507_probe()
563 for (p = probe_addrs; (ioaddr = *p) != 0; ++p) in t507_probe()
650 struct nic *ni5210_probe(struct nic *nic, unsigned short *probe_addrs) in ni5210_probe() argument
668 if (probe_addrs == 0) in ni5210_probe()
669 probe_addrs = io_addrs; in ni5210_probe()
670 for (p = probe_addrs; (ioaddr = *p) != 0; ++p) in ni5210_probe()
794 struct nic *exos205_probe(struct nic *nic, unsigned short *probe_addrs) in exos205_probe() argument
804 if (probe_addrs == 0) in exos205_probe()
[all …]
Dsmc9000.c385 struct nic *smc9000_probe(struct nic *nic, unsigned short *probe_addrs) in smc9000_probe() argument
414 if (probe_addrs == 0 || probe_addrs[0] == 0) in smc9000_probe()
415 probe_addrs = portlist; in smc9000_probe()
418 for (i = 0; probe_addrs[i]; i++) { in smc9000_probe()
420 if (smc_probe(probe_addrs[i]) == 0) in smc9000_probe()
421 smc9000_base = probe_addrs[i]; in smc9000_probe()
Dtiara.c222 struct nic *tiara_probe(struct nic *nic, unsigned short *probe_addrs) in tiara_probe() argument
237 if (probe_addrs == 0) in tiara_probe()
238 probe_addrs = io_addrs; in tiara_probe()
239 for (p = probe_addrs; (ioaddr = *p) != 0; ++p) in tiara_probe()
Dni5010.c349 struct nic *ni5010_probe(struct nic *nic, unsigned short *probe_addrs) in ni5010_probe() argument
356 if (probe_addrs == 0 || *probe_addrs == 0) in ni5010_probe()
357 probe_addrs = io_addrs; in ni5010_probe()
358 for (p = probe_addrs; (ioaddr = *p) != 0; p++) { in ni5010_probe()
Dlance.c505 struct nic *lancepci_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *pci) in lancepci_probe() argument
508 struct nic *ne2100_probe(struct nic *nic, unsigned short *probe_addrs) in lancepci_probe()
511 struct nic *ni6510_probe(struct nic *nic, unsigned short *probe_addrs) in lancepci_probe()
520 if (probe_addrs == 0) { in lancepci_probe()
524 probe_addrs = io_addrs; in lancepci_probe()
527 for (p = probe_addrs; (ioaddr = *p) != 0; ++p) in lancepci_probe()
Deepro.c564 struct nic *eepro_probe(struct nic *nic, unsigned short *probe_addrs) in eepro_probe() argument
571 if (probe_addrs == 0 || probe_addrs[0] == 0) in eepro_probe()
572 probe_addrs = ioaddrs; in eepro_probe()
573 for (p = probe_addrs; (ioaddr = *p) != 0; p++) { in eepro_probe()
Ddepca.c732 struct nic *depca_probe(struct nic *nic, unsigned short *probe_addrs) in depca_probe() argument
737 if (probe_addrs == 0 || probe_addrs[0] == 0) in depca_probe()
738 probe_addrs = base; /* Use defaults */ in depca_probe()
Dsk_g16.c476 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs);
744 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs) in SK_probe() argument
751 if (probe_addrs == 0) in SK_probe()
752 probe_addrs = io_addrs; in SK_probe()
753 for (p = probe_addrs; (ioaddr = *p) != 0; ++p) in SK_probe()
Dns8390.c530 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs, in eth_probe() argument
533 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs) in eth_probe()
765 if (probe_addrs == 0 || probe_addrs[0] == 0) in eth_probe()
766 probe_addrs = base; in eth_probe()
768 for (idx = 0; (eth_nic_base = probe_addrs[idx]) != 0; ++idx) { in eth_probe()
Dw89c840.c606 struct nic *w89c840_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *p) in w89c840_probe() argument
614 if (probe_addrs == 0 || probe_addrs[0] == 0) in w89c840_probe()
617 ioaddr = probe_addrs[0]; /* Mask the bit that says "this is an io addr" */ in w89c840_probe()
D3c509.c383 struct nic *t529_probe(struct nic *nic, unsigned short *probe_addrs) in t529_probe() argument
385 struct nic *t509_probe(struct nic *nic, unsigned short *probe_addrs) in t529_probe()
Dcs89x0.c441 struct nic *cs89x0_probe(struct nic *nic, unsigned short *probe_addrs) in cs89x0_probe() argument
Dtlan.c1244 struct nic *tlan_probe(struct nic *nic, unsigned short *probe_addrs, in tlan_probe() argument