Home | History | Annotate | Download | only in pcmcia

Lines Matching refs:sc_unit

81 	struct hci_unit *sc_unit;		/* Bluetooth HCI Unit */
190 sc->sc_unit = hci_attach_pcb(&btbc_hci, self, 0);
191 if (sc->sc_unit == NULL)
216 if (sc->sc_unit) {
217 hci_detach_pcb(sc->sc_unit);
218 sc->sc_unit = NULL;
231 if (sc->sc_unit) {
232 hci_detach_pcb(sc->sc_unit);
233 sc->sc_unit = NULL;
245 KASSERT(sc->sc_unit == NULL);
247 sc->sc_unit = hci_attach_pcb(&btbc_hci, sc->sc_dev, 0);
248 if (sc->sc_unit == NULL)
508 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
517 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
526 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
587 else if (!hci_complete_sco(sc->sc_unit, m))