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 Dhci_uart.h135 .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 Dbluecard_cs.c423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
H A Dbtintel_pcie.c1123 if (skb->len >= HCI_ACL_HDR_SIZE) { in btintel_pcie_recv_frame()
1124 plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen); in btintel_pcie_recv_frame()
H A Dbtusb.c1303 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
1313 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
H A Dhci_bcm4377.c111 #define MAX_ACL_PAYLOAD_SIZE (HCI_MAX_FRAME_SIZE + HCI_ACL_HDR_SIZE)
/linux/include/net/bluetooth/
H A Dhci.h3321 #define HCI_ACL_HDR_SIZE 4 macro
/linux/net/bluetooth/
H A Dhci_core.c3214 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()