Lines Matching defs:machdep_hint
80 netif_match(struct netif *nif, void *machdep_hint)
89 return drv->netif_match(nif, machdep_hint);
93 netif_select(void *machdep_hint)
134 val = netif_match(&cur_if, machdep_hint);
167 netif_probe(struct netif *nif, void *machdep_hint)
175 return drv->netif_probe(nif, machdep_hint);
179 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint)
193 drv->netif_init(desc, machdep_hint);
278 netif_open(void *machdep_hint)
294 nif = netif_select(machdep_hint);
299 if (netif_probe(nif, machdep_hint)) {
305 netif_attach(nif, s, machdep_hint);