Searched refs:tlan_probe (Results 1 - 3 of 3) sorted by relevance

/external/grub/netboot/
H A Dcards.h179 extern struct nic *tlan_probe(struct nic *, unsigned short *
H A Dconfig.c340 { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2326, tlan_probe },
459 { "Olicom 2326", tlan_probe, pci_ioaddrs },
H A Dtlan.c1244 struct nic *tlan_probe(struct nic *nic, unsigned short *probe_addrs, function
1543 * - Rewrote init_module and tlan_probe to
1544 * share a lot more code. We now use tlan_probe
1594 * - Rewrote tlan_probe to better handle multiple
1603 * - Fixed OOM return values in tlan_probe.
1913 static int __init tlan_probe(void)
1971 * tlan_probe has been ported to the new net API and
2134 module_init(tlan_probe);

Completed in 1563 milliseconds