Searched refs:NG_HCI_OPCODE (Results 1 – 4 of 4) sorted by relevance
92 .opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_VENDOR, 0x05)), in ubt_intel_check_firmware_state()
252 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_acl_con_req()445 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_sco_con_req()619 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LE, in ng_hci_lp_le_con_req()732 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_discon_req()1007 req->hdr.opcode = htole16(NG_HCI_OPCODE( in ng_hci_lp_con_rsp()1041 req->hdr.opcode = htole16(NG_HCI_OPCODE( in ng_hci_lp_con_rsp()1226 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in ng_hci_lp_qos_req()
763 lp->hdr.opcode = htole16(NG_HCI_OPCODE( in con_compl()
380 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) macro