Searched defs:aue_softc (Results 1 – 1 of 1) sorted by relevance
224 struct aue_softc { struct225 struct device aue_dev;227 struct arpcom arpcom;228 struct mii_data aue_mii;232 struct timeout aue_stat_ch;234 struct usbd_device *aue_udev;235 struct usbd_interface *aue_iface;236 u_int16_t aue_vendor;237 u_int16_t aue_product;238 int aue_ed[AUE_ENDPT_MAX];[all …]