Lines Matching defs:smsc_softc
267 struct smsc_softc { struct
268 struct device sc_dev;
269 struct usbd_device *sc_udev;
270 struct arpcom sc_ac;
271 struct mii_data sc_mii;
272 int sc_phyno;
273 struct usbd_interface *sc_iface;
279 uint32_t sc_mac_csr;
280 uint32_t sc_rev_id;
282 int sc_refcnt;
284 struct usb_task sc_tick_task;
285 struct usb_task sc_stop_task;
287 int sc_ed[SMSC_ENDPT_MAX];
288 struct usbd_pipe *sc_ep[SMSC_ENDPT_MAX];
290 struct rwlock sc_mii_lock;
292 struct smsc_cdata sc_cdata;
293 struct timeout sc_stat_ch;
295 struct timeval sc_rx_notice;
296 u_int sc_bufsz;
298 uint32_t sc_flags;