Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 11 of 11) sorted by relevance
149 .hlen = HCI_EVENT_HDR_SIZE, \
276 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block()278 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
1031 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff && in btintel_pcie_recv_event()1033 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1; in btintel_pcie_recv_event()1034 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1; in btintel_pcie_recv_event()1145 if (skb->len >= HCI_EVENT_HDR_SIZE) { in btintel_pcie_recv_frame()1146 plen = HCI_EVENT_HDR_SIZE + hci_event_hdr(skb)->plen; in btintel_pcie_recv_frame()
256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
418 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
41 #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
1214 hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE; in btusb_recv_intr()1224 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr()1243 if (count && count < HCI_EVENT_HDR_SIZE) { in btusb_recv_intr()
113 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
791 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event() 795 hdr = skb_put(skb, HCI_EVENT_HDR_SIZE); in hci_si_event()
7766 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()
2988 #define HCI_EVENT_HDR_SIZE 2 macro