Home | History | Annotate | Download | only in netboot

Lines Matching defs:nif

127 le_match(struct netif *nif, void *machdep_hint)
151 le_probe(struct netif *nif, void *machdep_hint)
156 printf("le%d: le_probe called\n", nif->nif_unit);
164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1)
169 panic("le%d: been babbling, found by '%s'", nif->nif_unit, str);
179 printf("le%d: memory error in '%s'\n", nif->nif_unit, str);
185 le_reset(struct netif *nif, u_char *myea)
193 printf("le%d: le_reset called\n", nif->nif_unit);
250 nif->nif_unit, stat);
421 struct netif *nif = desc->io_netif;
424 printf("le%d: le_init called\n", nif->nif_unit);
428 (struct lereg1 *)le_config[nif->nif_unit].phys_addr;
431 printf("device: %s%d attached to %s\n", nif->nif_driver->netif_bname,
432 nif->nif_unit, ether_sprintf(desc->myea));
436 le_end(struct netif *nif)
441 printf("le%d: le_end called\n", nif->nif_unit);