OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 28 02:10:10 GMT 2025