Searched defs:g_modem_softc (Results 1 – 1 of 1) sorted by relevance
68 struct g_modem_softc { struct69 struct lock sc_lock;70 struct usb_callout sc_callout;71 struct usb_callout sc_watchdog;72 struct usb_xfer *sc_xfer[G_MODEM_N_TRANSFER];74 int sc_mode;75 int sc_tx_busy;76 int sc_pattern_len;77 int sc_throughput;78 int sc_tx_interval;[all …]