Lines Matching refs:sc_unit
106 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
400 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
409 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
418 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
469 else if (!hci_complete_sco(sc->sc_unit, m))
975 sc->sc_unit = hci_attach_pcb(&bt3c_hci, self, BTF_POWER_UP_NOOP);
976 if (sc->sc_unit == NULL)
1001 if (sc->sc_unit) {
1002 hci_detach_pcb(sc->sc_unit);
1003 sc->sc_unit = NULL;
1020 if (sc->sc_unit) {
1021 hci_detach_pcb(sc->sc_unit);
1022 sc->sc_unit = NULL;
1033 KASSERT(sc->sc_unit == NULL);
1035 sc->sc_unit = hci_attach_pcb(&bt3c_hci, self, BTF_POWER_UP_NOOP);
1036 if (sc->sc_unit == NULL)