Home
last modified time | relevance | path

Searched refs:HCI_OGF (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()
257 HCI_OGF(letoh16(ep.opcode)), in hci_event_command_status()
305 HCI_OGF(letoh16(ep.opcode)), HCI_OCF(letoh16(ep.opcode)), in hci_event_command_compl()
316 device_get_nameunit(unit->hci_dev), HCI_OGF(letoh16(ep.opcode)), 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.h380 #define HCI_OGF(op) (((op) >> 10) & 0x3f) macro