Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/8390/
Dne.c176 static int ne_probe_isapnp(struct net_device *dev);
227 if (isapnp_present() && (ne_probe_isapnp(dev) == 0)) in do_ne_probe()
243 static int __init ne_probe_isapnp(struct net_device *dev) in ne_probe_isapnp() function