Lines Matching defs:nif
107 ie_match(struct netif *nif, void *machdep_hint)
131 ie_probe(struct netif *nif, void *machdep_hint)
136 printf("ie%d: ie_probe called\n", nif->nif_unit);
144 ie_error(struct netif *nif, char *str, volatile struct iereg *ier)
147 panic("ie%d: unknown error", nif->nif_unit);
162 ie_reset(struct netif *nif, u_char *myea)
171 printf("ie%d: ie_reset called\n", nif->nif_unit);
417 struct netif *nif = desc->io_netif;
420 printf("ie%d: ie_init called\n", nif->nif_unit);
424 (struct iereg *)ie_config[nif->nif_unit].phys_addr;
427 printf("device: %s%d attached to %s\n", nif->nif_driver->netif_bname,
428 nif->nif_unit, ether_sprintf(desc->myea));
432 ie_stop(struct netif *nif)
466 ie_end(struct netif *nif)
470 printf("ie%d: ie_end called\n", nif->nif_unit);
472 ie_stop(nif);