Searched defs:btbc_softc (Results 1 – 1 of 1) sorted by relevance
74 struct btbc_softc { struct75 device_t sc_dev;77 struct pcmcia_function *sc_pf; /* our PCMCIA function */78 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */79 int sc_flags; /* flags */81 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */82 struct bt_stats sc_stats; /* HCI stats */85 void *sc_intr; /* cookie */86 int sc_state; /* receive state */87 int sc_want; /* how much we want */[all …]