config.c | 233 struct nic *(*eth_probe) (struct nic *, unsigned short *, member in struct:pci_dispatch_table 350 struct nic *(*eth_probe) (struct nic *, unsigned short *, member in struct:dispatch_table 353 struct nic *(*eth_probe) (struct nic *, unsigned short *); member in struct:dispatch_table 502 eth_probe (void) function 546 for (pt = PCI_NIC; pt->eth_probe != 0; pt++) 550 if ((pt->eth_probe) (&nic, pci_ioaddrs, p)) 563 if ((*t->eth_probe) (&nic, t->probe_ioaddrs, p)) 569 if ((*t->eth_probe) (&nic, t->probe_ioaddrs))
|