Searched refs:otulip_probe (Results 1 – 3 of 3) sorted by relevance
/external/grub/netboot/ |
D | config.c | 299 { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_TULIP, otulip_probe }, 300 { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_TULIP_FAST, otulip_probe }, 301 { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_TULIP_PLUS, otulip_probe }, 302 { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142, otulip_probe }, 405 { "OTulip", otulip_probe, pci_ioaddrs },
|
D | cards.h | 84 extern struct nic *otulip_probe(struct nic *, unsigned short *
|
D | otulip.c | 341 struct nic *otulip_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) in otulip_probe() function
|