Lines Matching defs:btuart_softc
54 struct btuart_softc { struct
55 device_t sc_dev;
56 struct tty * sc_tp; /* tty pointer */
58 bool sc_enabled; /* device is enabled */
59 struct hci_unit *sc_unit; /* Bluetooth HCI handle */
60 struct bt_stats sc_stats;
62 int sc_state; /* receive state */
63 int sc_want; /* how much we want */
64 struct mbuf * sc_rxp; /* incoming packet */
66 bool sc_xmit; /* transmit is active */
67 struct mbuf * sc_txp; /* outgoing packet */