Searched refs:hci_event_hdr (Results 1 – 13 of 13) sorted by relevance
128 .hdr_len = sizeof(struct hci_event_hdr),129 .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen),
377 struct hci_event_hdr *eh; in ll_recv()404 eh = hci_event_hdr(ll->rx_skb); in ll_recv()
242 struct hci_event_hdr *eh; in btuart_receive()250 eh = hci_event_hdr(info->rx_skb); in btuart_receive()
293 struct hci_event_hdr *eh; in bt3c_receive()300 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
292 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
456 struct hci_event_hdr *eh; in bluecard_receive()463 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
440 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr()1808 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()1862 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()2128 struct hci_event_hdr *hdr; in inject_cmd_complete()2135 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in inject_cmd_complete()2200 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
93 struct hci_event_hdr *h = buf; in bpa10x_recv()
514 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
56 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
1951 struct hci_event_hdr { struct1966 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument1968 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
369 struct hci_event_hdr *hdr; in hci_si_event()
5142 struct hci_event_hdr *hdr; in hci_get_cmd_complete()5185 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()