Searched refs:HCI_ACL_HDR_SIZE (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | h4_recv.h | 22 .hlen = HCI_ACL_HDR_SIZE, \
|
H A D | hci_uart.h | 127 .hlen = HCI_ACL_HDR_SIZE, \
|
H A D | bfusb.c | 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()
|
H A D | bt3c_cs.c | 261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
|
H A D | bluecard_cs.c | 423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
|
H A D | btusb.c | 771 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE; in btusb_recv_bulk() 781 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | h4_recv.h | 22 .hlen = HCI_ACL_HDR_SIZE, \
|
H A D | hci_uart.h | 138 .hlen = HCI_ACL_HDR_SIZE, \
|
H A D | bfusb.c | 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()
|
H A D | bt3c_cs.c | 261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
|
H A D | bluecard_cs.c | 423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
|
H A D | btusb.c | 1162 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE; in btusb_recv_bulk() 1172 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk() 3497 sk_ptr += HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca() 3498 sk_len -= HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca()
|
H A D | hci_bcm4377.c | 108 #define MAX_ACL_PAYLOAD_SIZE (HCI_MAX_FRAME_SIZE + HCI_ACL_HDR_SIZE)
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 3195 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr() 3587 return DIV_ROUND_UP(skb->len - HCI_ACL_HDR_SIZE, hdev->block_len); in __get_blocks() 3888 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 4171 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr() 4491 return DIV_ROUND_UP(skb->len - HCI_ACL_HDR_SIZE, hdev->block_len); in __get_blocks() 4764 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 2462 #define HCI_ACL_HDR_SIZE 4 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 2907 #define HCI_ACL_HDR_SIZE 4 macro
|
Completed in 78 milliseconds