Home
last modified time | relevance | path

Searched defs:en_softc (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/sys/news3400/if/
H A Dif_en.h37 struct en_softc { struct
38 struct arpcom es_ac; /* Ethernet common part */
39 struct ifnews es_ifnews; /* IOP resources */
40 int es_flags;
42 int es_oactive; /* # of active output buffers */
44 int es_interval; /* interval of watchdog */
45 caddr_t es_bpf;
H A Dif_en.c86 struct en_softc en_softc[NEN]; variable
/csrg-svn/sys/vax/if/
H A Dif_en.c89 struct en_softc { struct
99 } en_softc[NEN]; argument