Searched refs:NG_HCI_OCF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/netgraph/bluetooth/hci/ |
| HD | ng_hci_cmds.c | 202 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 207 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 212 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 217 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 222 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 227 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 231 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 249 NG_HCI_OGF(ep->opcode), NG_HCI_OCF(ep->opcode), in ng_hci_process_command_complete() 421 NG_HCI_OCF(opcode)); in ng_hci_process_command_timeout() 883 switch (NG_HCI_OCF(ep->opcode)){ in process_le_status() [all …]
|
| /freebsd-11-stable/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_hci_raw.c | 687 NG_HCI_OCF(opcode) - 1)) in ng_btsocket_hci_raw_filter()
|
| /freebsd-11-stable/sys/netgraph/bluetooth/include/ |
| HD | ng_hci.h | 314 #define NG_HCI_OCF(op) ((op) & 0x3ff) macro
|