Searched refs:hci_opcode_ogf (Results 1 – 7 of 7) sorted by relevance
201 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
65 if (hci_opcode_ogf(opcode) == 0x3F) { in btmrvl_check_evtpkt()
2905 hci_opcode_ogf(opcode), in btintel_pcie_hci_drv_read_info()
4015 hci_opcode_ogf(opcode), in btusb_hci_drv_read_info()
3456 #define hci_opcode_ogf(op) (op >> 10) macro
7582 (hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 || in hci_le_meta_evt()7917 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 && in hci_event_packet()
3085 if (hci_opcode_ogf(opcode) != 0x3f) { in __hci_cmd_send()