Home
last modified time | relevance | path

Searched refs:acl_pkts (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_sock.h124 __u16 acl_pkts; member
H A Dhci_core.h421 unsigned int acl_pkts; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c734 hdev->acl_pkts = __le16_to_cpu(rp->acl_max_pkt); in hci_cc_read_buffer_size()
742 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
746 hdev->acl_pkts, hdev->sco_mtu, hdev->sco_pkts); in hci_cc_read_buffer_size()
3787 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3788 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
3798 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3799 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
H A Dhci_core.c2086 hdev->acl_pkts = *((__u16 *) &dr.dev_opt + 0); in hci_dev_cmd()
2184 di.acl_pkts = hdev->acl_pkts; in hci_get_dev_info()
2189 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()