Searched defs:alc_softc (Results 1 – 1 of 1) sorted by relevance
205 struct alc_softc { struct206 struct arpcom arpcom;207 struct ifnet *alc_ifp; /* points to arpcom.ac_if */208 device_t alc_dev;209 device_t alc_miibus;210 int alc_res_rid;211 struct resource *alc_res;212 bus_space_handle_t alc_res_bhand;213 bus_space_tag_t alc_res_btag;214 int alc_irq_type;[all …]