Searched refs:hci_iso_hdr (Results 1 – 5 of 5) sorted by relevance
222 min_hdr = sizeof(struct hci_iso_hdr); in virtbt_rx_handle()
1125 __le16 dlen = ((struct hci_iso_hdr *)skb->data)->dlen; in btmtk_recv_isopkt()
1253 plen = HCI_ISO_HDR_SIZE + __le16_to_cpu(hci_iso_hdr(skb)->dlen); in btintel_pcie_recv_frame()
3410 struct hci_iso_hdr { struct3449 static inline struct hci_iso_hdr *hci_iso_hdr(const struct sk_buff *skb) in hci_iso_hdr() function3451 return (struct hci_iso_hdr *)skb->data; in hci_iso_hdr()
3290 struct hci_iso_hdr *hdr; in hci_add_iso_hdr()3295 hdr = (struct hci_iso_hdr *)skb_transport_header(skb); in hci_add_iso_hdr()3876 struct hci_iso_hdr *hdr; in hci_isodata_packet()