Home
last modified time | relevance | path

Searched refs:hci_iso_hdr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/bluetooth/
H A Dvirtio_bt.c222 min_hdr = sizeof(struct hci_iso_hdr); in virtbt_rx_handle()
H A Dbtmtk.c1125 __le16 dlen = ((struct hci_iso_hdr *)skb->data)->dlen; in btmtk_recv_isopkt()
H A Dbtintel_pcie.c1253 plen = HCI_ISO_HDR_SIZE + __le16_to_cpu(hci_iso_hdr(skb)->dlen); in btintel_pcie_recv_frame()
/linux/include/net/bluetooth/
H A Dhci.h3410 struct hci_iso_hdr { struct
3449 static inline struct hci_iso_hdr *hci_iso_hdr(const struct sk_buff *skb) in hci_iso_hdr() function
3451 return (struct hci_iso_hdr *)skb->data; in hci_iso_hdr()
/linux/net/bluetooth/
H A Dhci_core.c3290 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()