Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c200 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_complete()
250 NG_HCI_OGF(ep->opcode), NG_HCI_OCF(ep->opcode), in ng_hci_process_command_complete()
297 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_status()
421 __func__, NG_NODE_NAME(unit->node), NG_HCI_OGF(opcode), in ng_hci_process_command_timeout()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c688 ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF(opcode) - 1], in ng_btsocket_hci_raw_filter()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h383 #define NG_HCI_OGF(op) (((op) >> 10) & 0x3f)
381 #define NG_HCI_OGF( global() macro