Searched defs:btuart_softc (Results 1 – 1 of 1) sorted by relevance
54 struct btuart_softc { struct55 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 */[all …]