Home
last modified time | relevance | path

Searched refs:NG_HCI_HOOK_DRV (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c204 if (strcmp(name, NG_HCI_HOOK_DRV) == 0) in ng_hci_newhook()
333 (unit->drv != NULL)? NG_HCI_HOOK_DRV : "", in ng_hci_default_rcvmsg()
H A Dng_hci_cmds.c109 __func__, NG_NODE_NAME(unit->node), NG_HCI_HOOK_DRV); in ng_hci_send_command()
H A Dng_hci_evnt.c310 NG_HCI_HOOK_DRV, ((v)? "" : "not "), in send_data_packets()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h63 #define NG_HCI_HOOK_DRV "drv" /* Driver <-> HCI */ macro