Searched refs:hci_acl_hdr (Results 1 – 7 of 7) sorted by relevance
293 struct hci_acl_hdr *ah; in bt3c_receive()305 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
452 struct hci_acl_hdr *ah; in bluecard_receive()464 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
287 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
1169 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()3262 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btusb_recv_acl_mtk()3475 struct hci_acl_hdr *acl_hdr; in handle_dump_pkt_qca()3485 acl_hdr = hci_acl_hdr(skb); in handle_dump_pkt_qca()
422 u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle); in btmtksdio_recv_acl()
2920 struct hci_acl_hdr { struct2959 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function2961 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
2919 __u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle); in hci_recv_frame()3157 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()3162 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()3849 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()