Searched refs:HCI_EVENT_HDR_SIZE (Results 1 - 25 of 26) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | h4_recv.h | 36 .hlen = HCI_EVENT_HDR_SIZE, \
|
H A D | hci_uart.h | 141 .hlen = HCI_EVENT_HDR_SIZE, \
|
H A D | hci_bcsp.c | 545 memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE); in bcsp_complete_rx_pkt()
|
H A D | bfusb.c | 276 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block() 278 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
|
H A D | btusb.c | 715 hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE; in btusb_recv_intr() 725 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr() 2034 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) { in btusb_setup_intel_patching() 2322 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff && in btusb_recv_event_intel() 2324 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1; in btusb_recv_event_intel() 2325 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1; in btusb_recv_event_intel()
|
H A D | bt3c_cs.c | 256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
|
H A D | btmrvl_main.c | 62 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
|
H A D | bluecard_cs.c | 418 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
|
H A D | hci_intel.c | 41 #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | h4_recv.h | 36 .hlen = HCI_EVENT_HDR_SIZE, \
|
H A D | hci_uart.h | 152 .hlen = HCI_EVENT_HDR_SIZE, \
|
H A D | hci_bcsp.c | 545 memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE); in bcsp_complete_rx_pkt()
|
H A D | bfusb.c | 276 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block() 278 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
|
H A D | btintel.c | 1639 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) { in btintel_legacy_rom_patching() 2999 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff && in btintel_recv_event() 3001 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1; in btintel_recv_event() 3002 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1; in btintel_recv_event()
|
H A D | bt3c_cs.c | 256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
|
H A D | btmrvl_main.c | 49 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
|
H A D | bluecard_cs.c | 418 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
|
H A D | hci_intel.c | 41 #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
|
H A D | btusb.c | 1092 hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE; in btusb_recv_intr() 1102 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr() 3505 || (event_hdr->plen != (sk_len - HCI_EVENT_HDR_SIZE))) in handle_dump_pkt_qca() 3508 sk_ptr += HCI_EVENT_HDR_SIZE; in handle_dump_pkt_qca() 3509 sk_len -= HCI_EVENT_HDR_SIZE; in handle_dump_pkt_qca()
|
H A D | hci_bcm4377.c | 110 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_sock.c | 726 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event() 730 hdr = skb_put(skb, HCI_EVENT_HDR_SIZE); in hci_si_event()
|
H A D | hci_event.c | 6081 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_get_cmd_complete() 6218 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sock.c | 784 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event() 788 hdr = skb_put(skb, HCI_EVENT_HDR_SIZE); in hci_si_event()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 2461 #define HCI_EVENT_HDR_SIZE 2 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 2906 #define HCI_EVENT_HDR_SIZE 2 macro
|
Completed in 55 milliseconds
12