Home
last modified time | relevance | path

Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/bluetooth/
Dhci_h4.c220 h4->rx_count = HCI_ACL_HDR_SIZE; in h4_recv()
Dbfusb.c304 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()
306 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
Dhci_usb.c647 if (count >= HCI_ACL_HDR_SIZE) { in __recv_frame()
649 len = HCI_ACL_HDR_SIZE + __le16_to_cpu(h->dlen); in __recv_frame()
Dbtuart_cs.c232 info->rx_count = HCI_ACL_HDR_SIZE; in btuart_receive()
Dbt3c_cs.c290 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c432 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
/linux-2.4.37.9/include/net/bluetooth/
Dhci.h655 #define HCI_ACL_HDR_SIZE 4 macro
/linux-2.4.37.9/net/bluetooth/
Dhci_core.c1039 ah = (hci_acl_hdr *) skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()
1252 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()