Lines Matching defs:bt3c_softc
98 struct bt3c_softc { struct
99 device_t sc_dev;
101 struct pcmcia_function *sc_pf; /* our PCMCIA function */
102 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */
103 int sc_iow; /* our i/o window */
104 int sc_flags; /* flags */
106 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
107 struct bt_stats sc_stats; /* HCI stats */
110 void *sc_intr; /* cookie */
111 int sc_state; /* receive state */
112 int sc_want; /* how much we want */
113 struct mbuf *sc_rxp; /* incoming packet */
114 struct mbuf *sc_txp; /* outgoing packet */