Searched defs:ogf (Results 1 – 4 of 4) sorted by relevance
398 u16 ogf = cmd_opcode_ogf(opcode); in hci_sock_sendmsg() local
985 int hci_send_cmd(struct hci_dev *hdev, __u16 ogf, __u16 ocf, __u32 plen, void *param) in hci_send_cmd()1016 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf) in hci_sent_cmd_data()
755 __u16 opcode, ocf, ogf; in hci_event_packet() local
664 #define cmd_opcode_pack(ogf, ocf) (__u16)((ocf & 0x03ff)|(ogf << 10)) argument