Searched refs:hci_acl_hdr (Results 1 – 10 of 10) sorted by relevance
135 .hdr_len = sizeof(struct hci_acl_hdr),136 .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen),
378 struct hci_acl_hdr *ah; in ll_recv()412 ah = hci_acl_hdr(ll->rx_skb); in ll_recv()
243 struct hci_acl_hdr *ah; in btuart_receive()256 ah = hci_acl_hdr(info->rx_skb); in btuart_receive()
294 struct hci_acl_hdr *ah; in bt3c_receive()306 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
302 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
457 struct hci_acl_hdr *ah; in bluecard_receive()469 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
101 struct hci_acl_hdr *h = buf; in bpa10x_recv()
494 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
1956 struct hci_acl_hdr { struct1971 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() argument1973 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
3422 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()3427 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()3999 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()