Home
last modified time | relevance | path

Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dhci_uart.h127 .hlen = HCI_ACL_HDR_SIZE, \
Dbfusb.c301 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()
Dhci_ll.c442 ll->rx_count = HCI_ACL_HDR_SIZE; in ll_recv()
Dbtuart_cs.c214 info->rx_count = HCI_ACL_HDR_SIZE; in btuart_receive()
Dbt3c_cs.c261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c429 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
Dbtusb.c504 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
514 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1967 #define HCI_ACL_HDR_SIZE 4 macro
/linux-4.4.14/net/bluetooth/
Dhci_core.c3702 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()