Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/bluetooth/
Dbtwilink.c129 .hdr_len = sizeof(struct hci_acl_hdr),
130 .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen),
Dhci_ll.c379 struct hci_acl_hdr *ah; in ll_recv()
413 ah = hci_acl_hdr(ll->rx_skb); in ll_recv()
Dbtuart_cs.c243 struct hci_acl_hdr *ah; in btuart_receive()
256 ah = hci_acl_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c297 struct hci_acl_hdr *ah; in bt3c_receive()
309 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c296 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c455 struct hci_acl_hdr *ah; in bluecard_receive()
467 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
Dbpa10x.c101 struct hci_acl_hdr *h = buf; in bpa10x_recv()
/linux-2.6.39/include/net/bluetooth/
Dhci.h1026 struct hci_acl_hdr { struct
1043 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function
1045 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/linux-2.6.39/net/bluetooth/
Dhci_core.c1346 struct hci_acl_hdr *h = hci_acl_hdr(skb); in hci_reassembly()
1594 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
1599 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
1890 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()