Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
HDhci_event.c250 HCI_OGF(letoh16(ep.opcode)), HCI_OCF(letoh16(ep.opcode)), in hci_event_command_status()
258 HCI_OCF(letoh16(ep.opcode)), ep.status); in hci_event_command_status()
305 HCI_OGF(letoh16(ep.opcode)), HCI_OCF(letoh16(ep.opcode)), in hci_event_command_compl()
317 HCI_OCF(letoh16(ep.opcode)), rp.status); in hci_event_command_compl()
HDhci_unit.c311 HCI_OGF(opcode), HCI_OCF(opcode)); in hci_send_cmd()
HDhci_socket.c527 HCI_OGF(hdr.opcode), HCI_OCF(hdr.opcode)); in hci_send()
HDhci.h379 #define HCI_OCF(op) ((op) & 0x3ff) macro