Searched defs:upl_softc (Results 1 – 1 of 1) sorted by relevance
114 struct upl_softc { struct115 struct device sc_dev;117 struct ifnet sc_if;118 struct timeout sc_stat_ch;120 struct usbd_device *sc_udev;121 struct usbd_interface *sc_iface;122 int sc_ed[UPL_ENDPT_MAX];123 struct usbd_pipe *sc_ep[UPL_ENDPT_MAX];124 struct upl_cdata sc_cdata;126 uByte sc_ibuf;[all …]