Searched defs:umb_softc (Results 1 – 1 of 1) sorted by relevance
351 struct umb_softc { struct352 device_t sc_dev;353 struct ifnet sc_if;355 struct ifmedia sc_im;356 krndsource_t sc_rnd_source;357 struct usbd_device *sc_udev;359 int sc_ver_maj;360 int sc_ver_min;361 int sc_ctrl_len;362 int sc_maxpktlen;[all …]