Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance
22 .hlen = HCI_ACL_HDR_SIZE, \
138 .hlen = HCI_ACL_HDR_SIZE, \
286 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()
261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
632 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()
423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
1229 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()
111 #define MAX_ACL_PAYLOAD_SIZE (HCI_MAX_FRAME_SIZE + HCI_ACL_HDR_SIZE)
3155 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()