Home
last modified time | relevance | path

Searched refs:ng_hci_cmd_pkt_t (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c1046 if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t)) { in ng_hci_raw_rcvdata()
1055 NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t)); in ng_hci_raw_rcvdata()
1062 mtod(m, ng_hci_cmd_pkt_t *)->length + sizeof(ng_hci_cmd_pkt_t)) { in ng_hci_raw_rcvdata()
1066 mtod(m, ng_hci_cmd_pkt_t *)->length); in ng_hci_raw_rcvdata()
1072 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode == 0) { in ng_hci_raw_rcvdata()
H A Dng_hci_ulpi.c126 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_acl_con_req()
326 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_sco_con_req()
490 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_le_con_req()
668 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_discon_req()
902 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_con_rsp()
1154 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_qos_req()
H A Dng_hci_cmds.c362 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode != opcode) { in complete_command()
383 m_adj(*cp, sizeof(ng_hci_cmd_pkt_t)); in complete_command()
417 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_hci_process_command_timeout()
H A Dng_hci_evnt.c752 ng_hci_cmd_pkt_t hdr; in con_compl()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h131 sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE)
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c685 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_btsocket_hci_raw_filter()
1596 if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t) || in ng_btsocket_hci_raw_send()
1597 m->m_pkthdr.len > sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE) { in ng_btsocket_hci_raw_send()
1602 if (m->m_len < sizeof(ng_hci_cmd_pkt_t)) { in ng_btsocket_hci_raw_send()
1603 if ((m = m_pullup(m, sizeof(ng_hci_cmd_pkt_t))) == NULL) { in ng_btsocket_hci_raw_send()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h414 } __attribute__ ((packed)) ng_hci_cmd_pkt_t; typedef