HCI_ACL_HDR_SIZE  286 drivers/bluetooth/bfusb.c 			if (len >= HCI_ACL_HDR_SIZE) {
HCI_ACL_HDR_SIZE  288 drivers/bluetooth/bfusb.c 				pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen);
HCI_ACL_HDR_SIZE  424 drivers/bluetooth/bluecard_cs.c 				info->rx_count = HCI_ACL_HDR_SIZE;
HCI_ACL_HDR_SIZE  261 drivers/bluetooth/bt3c_cs.c 				info->rx_count = HCI_ACL_HDR_SIZE;
HCI_ACL_HDR_SIZE  654 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = HCI_ACL_HDR_SIZE;
HCI_ACL_HDR_SIZE  664 drivers/bluetooth/btusb.c 		if (skb->len == HCI_ACL_HDR_SIZE) {
HCI_ACL_HDR_SIZE   22 drivers/bluetooth/h4_recv.h 	.hlen = HCI_ACL_HDR_SIZE, \
HCI_ACL_HDR_SIZE  127 drivers/bluetooth/hci_uart.h 	.hlen = HCI_ACL_HDR_SIZE, \
HCI_ACL_HDR_SIZE 3713 net/bluetooth/hci_core.c 	skb_push(skb, HCI_ACL_HDR_SIZE);
HCI_ACL_HDR_SIZE 4033 net/bluetooth/hci_core.c 	return DIV_ROUND_UP(skb->len - HCI_ACL_HDR_SIZE, hdev->block_len);
HCI_ACL_HDR_SIZE 4291 net/bluetooth/hci_core.c 	skb_pull(skb, HCI_ACL_HDR_SIZE);