Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_etvar.h285 struct et_softc { struct
286 if_t ifp;
287 device_t dev;
288 struct mtx sc_mtx;
289 device_t sc_miibus;
290 void *sc_irq_handle;
291 struct resource *sc_irq_res;
292 struct resource *sc_mem_res;
294 int sc_if_flags;
295 uint32_t sc_flags; /* ET_FLAG_ */
[all …]