Searched defs:wi_usb_softc (Results 1 – 1 of 1) sorted by relevance
117 struct wi_usb_softc { struct118 struct wi_softc sc_wi;121 struct timeout wi_usb_stat_ch;123 struct usbd_device *wi_usb_udev;124 struct usbd_interface *wi_usb_iface;125 u_int16_t wi_usb_vendor;126 u_int16_t wi_usb_product;127 int wi_usb_ed[WI_USB_ENDPT_MAX];128 struct usbd_pipe *wi_usb_ep[WI_USB_ENDPT_MAX];130 struct wi_usb_chain wi_usb_tx_chain[WI_USB_TX_LIST_CNT];[all …]