Searched refs:hci_acl_hdr (Results 1 – 9 of 9) 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()
242 struct hci_acl_hdr *ah; in btuart_receive()255 ah = hci_acl_hdr(info->rx_skb); in btuart_receive()
292 struct hci_acl_hdr *ah; in bt3c_receive()304 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()
515 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
1980 struct hci_acl_hdr { struct1995 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() argument1997 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
3699 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()3704 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()4276 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()