Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c203 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
208 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
213 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
218 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
223 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
228 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
232 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
250 NG_HCI_OGF(ep->opcode), NG_HCI_OCF(ep->opcode), in ng_hci_process_command_complete()
422 NG_HCI_OCF(opcode)); in ng_hci_process_command_timeout()
882 switch (NG_HCI_OCF(e in process_le_status()
[all...]
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c689 NG_HCI_OCF(opcode) - 1)) in ng_btsocket_hci_raw_filter()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h382 #define NG_HCI_OCF(op) ((op) & 0x3ff)
380 #define NG_HCI_OCF( global() macro