Searched defs:de_softc (Results 1 – 1 of 1) sorted by relevance
139 struct de_softc { struct140 device_t sc_dev; /* Configuration common part */141 struct uba_softc *sc_uh; /* our parent */142 struct evcnt sc_intrcnt; /* Interrupt counting */166 static void dewait(struct de_softc *, const char *); argument