Searched defs:umb_softc (Results 1 – 1 of 1) sorted by relevance
389 struct umb_softc { struct390 device_t sc_dev;391 struct ifnet *sc_if;393 struct ifmedia sc_im;394 struct usb_device *sc_udev;395 struct usb_xfer *sc_xfer[UMB_N_TRANSFER];396 uint8_t sc_ifaces_index[2];398 int sc_ver_maj;399 int sc_ver_min;400 int sc_ctrl_len;[all …]