Searched defs:cpswp_softc (Results 1 – 1 of 1) sorted by relevance
130 struct cpswp_softc { struct131 device_t dev;132 device_t miibus;133 device_t pdev;134 int media_status;135 int unit;136 int vlan;137 struct bintime init_uptime; /* system uptime when init happened. */138 struct callout mii_callout;139 struct cpsw_softc *swsc;[all …]