Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance
220 h4->rx_count = HCI_ACL_HDR_SIZE; in h4_recv()
304 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()306 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
647 if (count >= HCI_ACL_HDR_SIZE) { in __recv_frame()649 len = HCI_ACL_HDR_SIZE + __le16_to_cpu(h->dlen); in __recv_frame()
232 info->rx_count = HCI_ACL_HDR_SIZE; in btuart_receive()
290 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
432 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
655 #define HCI_ACL_HDR_SIZE 4 macro
1039 ah = (hci_acl_hdr *) skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()1252 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()