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