Home
last modified time | relevance | path

Searched refs:NG_HCI_OPCODE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/hci/
HDng_hci_ulpi.c238 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()
HDng_hci_evnt.c524 lp->hdr.opcode = htole16(NG_HCI_OPCODE( in con_compl()
/dragonfly/sys/netgraph7/bluetooth/include/
HDng_hci.h310 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) macro