Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c204 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
209 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
214 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
219 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
224 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
229 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
233 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete()
423 NG_HCI_OCF(opcode)); in ng_hci_process_command_timeout()
881 switch (NG_HCI_OCF(ep->opcode)){ in process_le_status()
943 switch (NG_HCI_OCF(ep->opcode)) { in process_link_control_status()
[all …]
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c689 NG_HCI_OCF(opcode) - 1)) in ng_btsocket_hci_raw_filter()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h381 #define NG_HCI_OCF(op) ((op) & 0x3ff) macro