Lines Matching defs:gen_softc
168 struct gen_softc { struct
169 struct resource *res[_RES_NITEMS];
170 struct mtx mtx;
171 if_t ifp;
172 device_t dev;
173 device_t miibus;
174 mii_contype_t phy_mode;
176 struct callout stat_ch;
177 struct task link_task;
178 void *ih;
179 void *ih2;
180 int type;
204 static void gen_stop(struct gen_softc *sc); argument