Searched refs:NG_HCI_OPCODE (Results 1 – 3 of 3) sorted by relevance
238 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_acl_con_req()431 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_sco_con_req()544 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_discon_req()790 req->hdr.opcode = htole16(NG_HCI_OPCODE( in ng_hci_lp_con_rsp()824 req->hdr.opcode = htole16(NG_HCI_OPCODE( in ng_hci_lp_con_rsp()1009 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in ng_hci_lp_qos_req()
524 lp->hdr.opcode = htole16(NG_HCI_OPCODE( in con_compl()
310 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) macro