Home
last modified time | relevance | path

Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dh4_recv.h51 .hlen = HCI_EVENT_HDR_SIZE, \
Dhci_uart.h154 .hlen = HCI_EVENT_HDR_SIZE, \
Dhci_bcsp.c560 memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE); in bcsp_complete_rx_pkt()
Dbfusb.c291 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block()
293 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
Dbtusb.c530 hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE; in btusb_recv_intr()
540 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr()
1683 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) { in btusb_setup_intel_patching()
1968 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff && in btusb_recv_event_intel()
1970 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1; in btusb_recv_event_intel()
1971 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1; in btusb_recv_event_intel()
Dbt3c_cs.c256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c419 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
Dbtmrvl_main.c62 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
Dhci_intel.c56 #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
/Linux-v4.19/net/bluetooth/
Dhci_sock.c707 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event()
711 hdr = skb_put(skb, HCI_EVENT_HDR_SIZE); in hci_si_event()
Dhci_event.c5663 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_get_cmd_complete()
5720 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2207 #define HCI_EVENT_HDR_SIZE 2 macro