Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 13 of 13) sorted by relevance
129 .hlen = HCI_EVENT_HDR_SIZE, \
92 if (count >= HCI_EVENT_HDR_SIZE) { in bpa10x_recv()94 len = HCI_EVENT_HDR_SIZE + h->plen; in bpa10x_recv()
525 memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE); in bcsp_complete_rx_pkt()
291 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block()293 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
435 ll->rx_count = HCI_EVENT_HDR_SIZE; in ll_recv()
428 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE; in btusb_recv_intr()438 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr()1858 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) { in btusb_setup_intel_patching()2202 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff && in btusb_recv_event_intel()2204 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1; in btusb_recv_event_intel()2205 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1; in btusb_recv_event_intel()
209 info->rx_count = HCI_EVENT_HDR_SIZE; in btuart_receive()
257 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
424 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
62 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
373 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event()377 hdr = (void *) skb_put(skb, HCI_EVENT_HDR_SIZE); in hci_si_event()
5153 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_get_cmd_complete()5209 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()
1942 #define HCI_EVENT_HDR_SIZE 2 macro