Searched defs:axe_softc (Results 1 – 1 of 1) sorted by relevance
232 struct axe_softc { struct233 struct device axe_dev;235 struct arpcom arpcom;237 struct mii_data axe_mii;238 struct usbd_device *axe_udev;239 struct usbd_interface *axe_iface;241 u_int16_t axe_vendor;242 u_int16_t axe_product;244 u_int16_t axe_flags;246 int axe_ed[AXE_ENDPT_MAX];[all …]