Searched refs:hci_event_hdr (Results 1 – 12 of 12) sorted by relevance
143 .hdr_len = sizeof(struct hci_event_hdr),144 .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen),
378 struct hci_event_hdr *eh; in ll_recv()405 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()
296 struct hci_event_hdr *eh; in bt3c_receive()303 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
286 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
454 struct hci_event_hdr *eh; in bluecard_receive()461 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
93 struct hci_event_hdr *h = buf; in bpa10x_recv()
47 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
511 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
1021 struct hci_event_hdr { struct1038 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument1040 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
1333 struct hci_event_hdr *h = hci_event_hdr(skb); in hci_reassembly()
2512 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()2670 struct hci_event_hdr *hdr; in hci_si_event()