Searched refs:ne_probe1 (Results 1 – 1 of 1) sorted by relevance
129 static int ne_probe1(struct net_device *dev, int ioaddr);173 return ne_probe1(dev, base_addr); in ne_probe()185 if (ne_probe1(dev, ioaddr) == 0) in ne_probe()219 if (ne_probe1(dev, dev->base_addr) != 0) { /* Shouldn't happen. */ in ne_probe_isapnp()234 static int __init ne_probe1(struct net_device *dev, int ioaddr) in ne_probe1() function