Searched defs:g_modem_softc (Results 1 – 1 of 1) sorted by relevance
72 struct g_modem_softc { struct73 struct mtx sc_mtx;74 struct usb_callout sc_callout;75 struct usb_callout sc_watchdog;76 struct usb_xfer *sc_xfer[G_MODEM_N_TRANSFER];78 int sc_mode;79 int sc_tx_busy;80 int sc_pattern_len;81 int sc_throughput;82 int sc_tx_interval;[all …]