HomeSort by: relevance | last modified time | path
    Searched refs:hci_rxint (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netbt/
hci_unit.c 162 unit->hci_rxint = softint_establish(SOFTINT_NET, &hci_intr, unit);
163 if (unit->hci_rxint == NULL)
205 softint_disestablish(unit->hci_rxint);
206 unit->hci_rxint = NULL;
229 if (unit->hci_rxint) {
230 softint_disestablish(unit->hci_rxint);
231 unit->hci_rxint = NULL;
454 if (unit->hci_eventqlen > hci_eventq_max || unit->hci_rxint == NULL) {
461 softint_schedule(unit->hci_rxint);
476 if (unit->hci_aclrxqlen > hci_aclrxq_max || unit->hci_rxint == NULL)
    [all...]
hci.h 2553 void *hci_rxint; /* receive interrupt cookie */ member in struct:hci_unit

Completed in 14 milliseconds