Home
last modified time | relevance | path

Searched refs:t595_probe (Results 1 – 3 of 3) sorted by relevance

/external/grub/netboot/
Dconfig.c265 { PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C590, t595_probe },
266 { PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C595, t595_probe },
267 { PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C595_1, t595_probe },
268 { PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C595_2, t595_probe },
269 { PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C900TPO, t595_probe },
270 { PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C900COMBO, t595_probe },
271 { PCI_VENDOR_ID_3COM, 0x9004, t595_probe },
272 { PCI_VENDOR_ID_3COM, 0x9005, t595_probe },
273 { PCI_VENDOR_ID_3COM, 0x9006, t595_probe },
274 { PCI_VENDOR_ID_3COM, 0x900A, t595_probe },
[all …]
Dcards.h59 extern struct nic *t595_probe(struct nic *, unsigned short *
D3c595.c453 struct nic *t595_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) in t595_probe() function