Lines Matching defs:url_softc
152 struct url_softc { struct
153 struct device sc_dev; /* base device */
154 struct usbd_device *sc_udev;
157 struct usbd_interface *sc_ctl_iface;
159 int sc_bulkin_no; /* bulk in endpoint */
160 int sc_bulkout_no; /* bulk out endpoint */
161 int sc_intrin_no; /* intr in endpoint */
162 struct usbd_pipe *sc_pipe_rx;
163 struct usbd_pipe *sc_pipe_tx;
164 struct usbd_pipe *sc_pipe_intr;
165 struct timeout sc_stat_ch;
166 u_int sc_rx_errs;
168 struct timeval sc_rx_notice;
171 struct arpcom sc_ac; /* ethernet common */
172 struct mii_data sc_mii;
173 struct rwlock sc_mii_lock;
174 int sc_link;
176 struct url_cdata sc_cdata;
178 int sc_refcnt;
180 struct usb_task sc_tick_task;
181 struct usb_task sc_stop_task;
183 u_int16_t sc_flags;