Lines Matching defs:nif
85 bug_match(struct netif *nif, void *machdep_hint)
97 bug_probe(struct netif *nif, void *machdep_hint)
106 struct netif *nif = desc->io_netif;
133 printf("network: %s%d attached to %s\n", nif->nif_driver->netif_bname,
134 nif->nif_unit, ether_sprintf(desc->myea));
136 nif->nif_devdata = &bug_softc;
142 struct netif *nif = desc->io_netif;
143 struct bug_softc *sc = nif->nif_devdata;
171 struct netif *nif = desc->io_netif;
172 struct bug_softc *sc = nif->nif_devdata;
195 bug_end(struct netif *nif)