Home
last modified time | relevance | path

Searched refs:hci_acl_hdr (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/bluetooth/
H A Dbfusb.c287 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
H A Dvirtio_bt.c216 min_hdr = sizeof(struct hci_acl_hdr); in virtbt_rx_handle()
H A Dbtnxpuart.c1360 struct hci_acl_hdr *acl_hdr = (struct hci_acl_hdr *)skb_pull_data(skb, in nxp_process_fw_dump()
1410 __u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle); in nxp_recv_acl_pkt()
H A Dbtmtksdio.c470 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btmtksdio_recv_acl()
H A Dbtmtk.c991 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btmtk_usb_recv_acl()
H A Dbtusb.c3286 skip += sizeof(struct hci_acl_hdr); in handle_dump_pkt_qca()
3366 struct hci_acl_hdr *acl_hdr; in acl_pkt_is_dump_qca()
H A Dbtintel_pcie.c1220 plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen); in btintel_pcie_recv_frame()
/linux/include/net/bluetooth/
H A Dhci.h3400 struct hci_acl_hdr { struct
3439 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function
3441 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
3466 return hci_handle(__le16_to_cpu(hci_acl_hdr(skb)->handle)); in hci_acl_handle()
3471 return __le16_to_cpu(hci_acl_hdr(skb)->dlen); in hci_acl_dlen()
/linux/net/bluetooth/
H A Dhci_core.c3176 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
3181 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
3811 struct hci_acl_hdr *hdr; in hci_acldata_packet()