Lines Matching defs:machdep_hint
78 netif_match(struct netif *nif, void *machdep_hint)
87 return drv->netif_match(nif, machdep_hint);
91 netif_select(void *machdep_hint)
128 val = netif_match(&cur_if, machdep_hint);
161 netif_probe(struct netif *nif, void *machdep_hint)
169 return drv->netif_probe(nif, machdep_hint);
173 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint)
187 drv->netif_init(desc, machdep_hint);
274 netif_open(void *machdep_hint)
290 nif = netif_select(machdep_hint);
293 if (netif_probe(nif, machdep_hint)) {
299 netif_attach(nif, s, machdep_hint);