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