Searched refs:HCI_OGF (Results 1 – 4 of 4) sorted by relevance
250 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()
311 HCI_OGF(opcode), HCI_OCF(opcode)); in hci_send_cmd()
527 HCI_OGF(hdr.opcode), HCI_OCF(hdr.opcode)); in hci_send()
380 #define HCI_OGF(op) (((op) >> 10) & 0x3f) macro