Searched defs:hme_softc (Results 1 – 1 of 1) sorted by relevance
101 struct hme_softc { struct102 struct ifnet *sc_ifp;103 struct ifmedia sc_ifmedia;104 device_t sc_dev;105 device_t sc_miibus;106 struct mii_data *sc_mii; /* MII media control */107 u_char sc_enaddr[ETHER_ADDR_LEN];108 struct callout sc_tick_ch; /* tick callout */109 int sc_wdog_timer; /* watchdog timer */112 bus_dma_tag_t sc_pdmatag; /* bus dma parent tag */[all …]