Lines Matching refs:netif
49 #include "netif.h"
58 void ie_stop(struct netif *);
59 void ie_end(struct netif *);
60 void ie_error(struct netif *, char *, volatile struct iereg *);
63 int ie_match(struct netif *, void *);
65 int ie_probe(struct netif *, void *);
67 void ie_reset(struct netif *, u_char *);
107 ie_match(struct netif *nif, void *machdep_hint)
131 ie_probe(struct netif *nif, void *machdep_hint)
144 ie_error(struct netif *nif, char *str, volatile struct iereg *ier)
162 ie_reset(struct netif *nif, u_char *myea)
392 ((struct netif *)desc->io_netif)->nif_unit, len,
417 struct netif *nif = desc->io_netif;
432 ie_stop(struct netif *nif)
466 ie_end(struct netif *nif)