Home
last modified time | relevance | path

Searched refs:hci_eventq_max (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netbt/
HDhci_unit.c56 int hci_eventq_max = 20; variable
104 unit->hci_eventq.ifq_maxlen = hci_eventq_max; in hci_attach()
429 if (unit->hci_eventqlen > hci_eventq_max) { in hci_input_event()
HDbt_proto.c190 &hci_eventq_max, 0, "Max Event queue length");
HDhci.h2382 extern int hci_eventq_max, hci_aclrxq_max, hci_scorxq_max;