netif_probe
.netif_probe = efinet_probe,
.netif_probe = pxe_netif_probe,
.netif_probe=ofwn_probe,
return drv->netif_probe(nif, machdep_hint);
if (netif_probe(nif, machdep_hint)) {
int (*netif_probe)(struct netif *, void *);
int netif_probe(struct netif *, void *);