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()
241 struct hci_event_hdr *eh; in btuart_receive()249 eh = hci_event_hdr(info->rx_skb); in btuart_receive()
291 struct hci_event_hdr *eh; in bt3c_receive()298 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()
453 struct hci_event_hdr *hdr; in inject_cmd_complete()460 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in inject_cmd_complete()965 struct hci_event_hdr *hdr; in intel_recv_event()
461 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr()1540 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()1594 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()1847 struct hci_event_hdr *hdr; in inject_cmd_complete()1854 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in inject_cmd_complete()1919 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
56 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
514 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
1975 struct hci_event_hdr { struct1990 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument1992 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
431 struct hci_event_hdr *hdr; in hci_si_event()
5162 struct hci_event_hdr *hdr; in hci_get_cmd_complete()5205 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()