Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance
127 .hlen = HCI_ACL_HDR_SIZE, \
301 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()303 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
442 ll->rx_count = HCI_ACL_HDR_SIZE; in ll_recv()
214 info->rx_count = HCI_ACL_HDR_SIZE; in btuart_receive()
261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
429 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
504 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()514 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
1967 #define HCI_ACL_HDR_SIZE 4 macro
3702 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()4022 return DIV_ROUND_UP(skb->len - HCI_ACL_HDR_SIZE, hdev->block_len); in __get_blocks()4280 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()