Searched defs:gen_softc (Results 1 – 1 of 1) sorted by relevance
168 struct gen_softc { struct169 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;[all …]