Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance
757 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()890 size = HCI_EVENT_HDR_SIZE + EVT_STACK_INTERNAL_SIZE + dlen; in hci_si_event()900 ptr += HCI_EVENT_HDR_SIZE; in hci_si_event()
213 h4->rx_count = HCI_EVENT_HDR_SIZE; in h4_recv()
294 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block()296 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
639 if (count >= HCI_EVENT_HDR_SIZE) { in __recv_frame()641 len = HCI_EVENT_HDR_SIZE + h->plen; in __recv_frame()
227 info->rx_count = HCI_EVENT_HDR_SIZE; in btuart_receive()
285 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
427 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
649 #define HCI_EVENT_HDR_SIZE 2 macro