Lines Matching defs:upl_softc
114 struct upl_softc { struct
115 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;
128 u_int sc_rx_errs;
129 struct timeval sc_rx_notice;
130 u_int sc_intr_errs;