Searched defs:dwc_softc (Results 1 – 1 of 1) sorted by relevance
60 struct dwc_softc { struct61 struct resource *res[2];62 device_t dev;63 phandle_t node;64 int mii_clk;65 device_t miibus;66 struct mii_data * mii_softc;67 if_t ifp;68 int if_flags;69 struct mtx mtx;[all …]