Home
last modified time | relevance | path

Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/bluetooth/
H A Dh4_recv.h22 .hlen = HCI_ACL_HDR_SIZE, \
H A Dhci_uart.h138 .hlen = HCI_ACL_HDR_SIZE, \
H A Dbfusb.c286 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()
288 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
H A Dbt3c_cs.c261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
H A Dbtintel_pcie.c632 if (skb->len >= HCI_ACL_HDR_SIZE) { in btintel_pcie_recv_frame()
633 plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen); in btintel_pcie_recv_frame()
H A Dbluecard_cs.c423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
H A Dbtusb.c1229 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
1239 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
3007 sk_ptr += HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca()
3008 sk_len -= HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca()
H A Dhci_bcm4377.c111 #define MAX_ACL_PAYLOAD_SIZE (HCI_MAX_FRAME_SIZE + HCI_ACL_HDR_SIZE)
/linux/net/bluetooth/
H A Dhci_core.c3155 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()