Home
last modified time | relevance | path

Searched refs:NG_HCI_CMD_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h156 #define NG_HCI_CMD_QUEUE_LEN 12 /* max. size of cmd q */ macro
H A Dng_hci_main.c151 NG_BT_MBUFQ_INIT(&unit->cmdq, NG_HCI_CMD_QUEUE_LEN); in ng_hci_constructor()