Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbt3c_cs.c293 struct hci_acl_hdr *ah; in bt3c_receive()
305 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
H A Dbfusb.c287 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
H A Dbluecard_cs.c452 struct hci_acl_hdr *ah; in bluecard_receive()
464 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
H A Dbtusb.c1172 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
2904 struct hci_acl_hdr *acl_hdr; in handle_dump_pkt_qca()
2914 acl_hdr = hci_acl_hdr(skb); in handle_dump_pkt_qca()
H A Dbtintel_pcie.c397 plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen); in btintel_pcie_recv_frame()
H A Dbtmtksdio.c424 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btmtksdio_recv_acl()
H A Dbtmtk.c940 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btmtk_usb_recv_acl()
H A Dbtintel.c2613 __u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle); in btintel_classify_pkt_type()
/linux/include/net/bluetooth/
H A Dhci.h2855 struct hci_acl_hdr { struct
2894 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function
2896 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/linux/net/bluetooth/
H A Dhci_core.c2922 __u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle); in hci_recv_frame()
3172 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
3177 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
3774 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()